package main import . "fmt" import . "math/big" func main() { a,b:=new(Rat),new(Rat) Scan(a,b) s:=a.Quo(a,b).FloatString(52) Println(s[:len(s)-2]) }