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 -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -