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
Fixed a bug when NumberBuilder.build returns a BigInteger from a literal
value with an exponent.
Provided instance and static methods of isNumber, isInteger,
toDouble, and toString in NumberBuilder with a consistent interface.
Added a toBigDecmial method to NumberBuilder, similar to toDouble.
Added related unit tests.
0 commit comments