log10
(log10 x)
returns the base-10 logarithm of x
Arguments |
x any positive number |
Return |
the base-10 logarithm of x |
Example |
(log10 2.0) => 0.30103 |
Alias |
|
Remarks |
© Bricsys NV. All rights reserved. |