Ln-func
This function returns the natural logarithm of x.
double ln( double x)
x
Return the natural logarithm of x.
aa = ln(1); aa = ; //0 bb = ln(10); bb = ; //2.302585092994
ln1p