You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both big.Int and big.Rat have MarshalText and UnmarshalText methods to implement two interfaces from encoding package: TextMarshaler and TextUnmarshaler.
big.Float should implement these interfaces as well