Query: log1p
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LOG1P(3) 1 LOG1P(3) log1p - Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zeroSYNOPSISfloat log1p (float $number)DESCRIPTIONlog1p(3) returns log(1 + $number) computed in a way that is accurate even when the value of $number is close to zero. log(3) might only return log(1) in this case due to lack of precision.PARAMETERSo $number - The argument to processRETURN VALUESlog(1 + $number)CHANGELOG+--------+--------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+--------------------------------------------------+ | 5.3.0 | | | | | | | This function is now available on all platforms | | | | +--------+--------------------------------------------------+SEE ALSOexpm1(3), log(3), log10(3). PHP Documentation Group LOG1P(3)
Related Man Pages |
---|
log1p(3) - debian |
log1pf(3) - centos |
log1pl(3) - centos |
log1pf(3) - suse |
log1p(3) - php |
Similar Topics in the Unix Linux Community |
---|
Parsing a large log |
How to log time in C/C++ |
Help needed with log conversion script. |
Parse log files |
Grep a log file for the last 5 minutes of contents every 5 minutes |