Function ln( x )

Description:
Natural logarithm.
Parameters:
x (floating point)
argument
Return Value (floating point):
loge(x)
Signature:
double ln(double)