We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
log - Natural logarithm
float log( float $x )
log() computes natural logarithm of x.
x - The number to process. It can be a scalar or an array.
The logarithm of x to base e. If x is an array, the return value will also be an array.
1.0 and above.