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
num-bigint has all but LowerExp and UpperExp, which could actually be interesting for large numbers, especially if we can figure out how to do that quickly, without full digit-by-digit division.
It'd be nice if every struct implemented
LowerExp
,UpperExp
,Binary
,Octal
,LowerHex
, andUpperHex
.These would make it a lot nicer to print things like
BigInt
andRatio
, which currently only haveDebug
andDisplay
.The text was updated successfully, but these errors were encountered: