BigMath.log(x, prec)
Class Public methods
Computes the natural logarithm of x to the specified number of digits of precision.
If x is zero or negative, raises Math::DomainError.
If x is positive infinity, returns Infinity.
If x is NaN, returns NaN.
Please login to continue.