Log10()
Summary
Returns the common logarithm of a number.
Syntax
log_value = Log10(real input_value)
| Argument | Contents |
|---|---|
| input_value | Any number |
Returns
A real number indicating the common logarithm (base 10) of input_value.
See Also
| Function | Summary |
|---|---|
| Log() | Returns the natural logarithm of a value. |