package main import . "fmt" import . "math/big" func main() { var s string Scan(&s) r,_:=new(Rat).SetString(s) a:=r.FloatString(10) Println(a) }