Skip to content

Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.

Notifications You must be signed in to change notification settings

mP1/j2cl-big-math

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status License Language grade: Java Total alerts J2CL compatible

A fork with minimal changes to the original, only a single class and no other methods was removed or marked @Gwt-Incompatible.

  • BigDecimalMathTest has been adapted into a j2cl unit test. Long running & multi-threaded tests have been simplified or removed.
  • DefaultBigDecimalMath has been removed due to ThreadContext usage.
  • The core project has been kept, other support modules have been removed.
  • build.gradle files replaced with maven POM.

For complete details about features and more refer to the original project big-math.

Licensing

Original project [MIT license](license/Eric Obermühlner-big-math-LICENSE.txt).

About

Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%