precision - Java's equivalent of C# Big Rational -



precision - Java's equivalent of C# Big Rational -

i'm working on project needs absolutely exact precision - no approximation @ all. there in java bigrational in c# ? java's bigdecimal doesn't seem enough.

there not (if don't bigdecimal); however, can create class represent using biginteger , bigdecimal. illustration found here.

java precision biginteger

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -