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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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