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