Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.55 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.55 KB

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).