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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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