Hardware
Software
Application Notes
uPHP Function Reference
Known Issues
Wattmon.com [main site]
WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0
Return the base 10 logarithm of a number
$number: A number
Float: Base 10 logarithm of the number
<? $val=log10(10); print($val); // outputs 1 ?>
ln() - Return the natural logarithm of a number
power() - Return base raised to the power of exp