NAME
log - compute natural logarithm
SYNOPSIS
float log(float x)
DESCRIPTION
Return the natural logarithm of the argument.
ERRORS
An error will result if the argument is less than or equal to 0.
log - compute natural logarithm
float log(float x)
Return the natural logarithm of the argument.
An error will result if the argument is less than or equal to 0.