LOG10 in JS
Description
Returns the base 10 logarithm of a number (JavaScript LOG10 function Documentation).
Sample Source Pattern
Syntax
Arguments
expression
: Numeric expression. It must be positive, otherwise returns NaN.\
Return Type
Same data type sent through parameter as a numeric expression.
Examples
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated