Log

Name

Log -- Returns the natural logarithm of a number

Synopsis

Log[x->NUMBER] =: NUMBER 

Description

Log computes the natural logarithm of x. It is an error if x is nonpositive. The result is always in floating-point precision, regardless of the precision of x.

See also

Exp, Power.