The ln command computes the natural logarithm of a numeric value x, that is, the logarithm to the base exp(1). When x is a floating point number a floating point result is computed, otherwise the result is an exact symbolic value.
# hardware floating point ln(2.0); 0.693147180559945 # symbolic ln(2); ln(2)