Crate bigdecimalmath[][src]

Expand description

Big Decimal Math

A collection of mathematical functions originally implemented in Java by Richard J. Mathar for bigdecimal.

Functions

root

Calculates the n-th root of a BigDecimal rounded to the precision implied by x, x^(1/n).