BigMath.exp(x, prec)
Class Public methods
Computes the value of e (the base of natural logarithms) raised to the power of x, to the specified number of digits of precision.
If x is infinity, returns Infinity.
If x is NaN, returns NaN.
Please login to continue.