PHP log1p() - Math Functions

What is log1p Function?

Explanation

The "log1p()" function returns log(1+x) value.

Syntax:

log1p(x)

In the above syntax "x" is the number for which to find the log(1+x) value.

PHP Topics


Ask Questions

Ask Question