Compute the arctangent of x to a given scale, |x| < 1
Compute the arctangent of x to a given scale, |x| < 1
the value of x
the desired scale of the result
the result value
Compute ex to a given scale. Break x into its whole and fraction parts and compute (e(1 + fraction/whole))^whole using Taylor's formula.
Compute ex to a given scale. Break x into its whole and fraction parts and compute (e(1 + fraction/whole))^whole using Taylor's formula.
the value of x
the desired scale of the result
the result value
Compute x^exponent to a given scale. Uses the same algorithm as class numbercruncher.mathutils.IntPower.
Compute x^exponent to a given scale. Uses the same algorithm as class numbercruncher.mathutils.IntPower.
the desired scale of the result
the result value
Compute the integral root of x to a given scale, x >= 0.
Compute the integral root of x to a given scale, x >= 0. Use Newton's algorithm.
the integral root value
the desired scale of the result
the result value
Compute the natural logarithm of x to a given scale, x > 0.
Compute the square root of x to a given scale, x >= 0.
Compute the square root of x to a given scale, x >= 0. Use Newton's algorithm.
the value of x
the desired scale of the result
the result value