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