Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
/ bigdecimal-math Public archive

A Java Math.BigDecimal Implementation of Core Mathematical Functions

License

Notifications You must be signed in to change notification settings

keedio/bigdecimal-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3d2b9e · Aug 11, 2016

History

5 Commits
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016
Aug 11, 2016

Repository files navigation

bigdecimal-math

A Java Math.BigDecimal Implementation of Core Mathematical Functions

The mathematical functions log(x), exp(x), root[n]x, sin(x), cos(x), tan(x), arcsin(x), arctan(x), x^y, sinh(x), cosh(x), tanh(x) and Gamma(x) have been implemented for arguments x in the real domain in a native Java library on top of the multi-precision BigDecimal representation of floating point numbers. This supports scientific applications where more than the double precision accuracy of the library of the Standard Edition is desired. The full source code is made available under the LGPL v3.0.

Author: Richard J. Mathar

See Original code and paper

About

A Java Math.BigDecimal Implementation of Core Mathematical Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published