Differences Between: [Versions 400 and 402]
(no description)
File Size: | 102 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: Logarithms - X-Ref
withBase($number, $base = 10) X-Ref |
LOG_BASE. Returns the logarithm of a number to a specified base. The default base is 10. Excel Function: LOG(number[,base]) param: mixed $number The positive real number for which you want the logarithm param: mixed $base The base of the logarithm. If base is omitted, it is assumed to be 10. return: array|float|string The result, or a string containing an error |
base10($number) X-Ref |
LOG10. Returns the result of builtin function log after validating args. param: mixed $number Should be numeric return: array|float|string Rounded number |
natural($number) X-Ref |
LN. Returns the result of builtin function log after validating args. param: mixed $number Should be numeric return: array|float|string Rounded number |