Repository URL to install this package:
a := 1r << 65 // bigint, large than int64 b := 4/5r // bigrat c := b - 1/3r + 3*1/2r println(a, b, c)