Calculate the common logarithm.
This function returns the common logarithm with base 10 (log10 x). This function cannot take a negative number. The result is a real number.
Examples
Code | Returns |
---|---|
(log10 100) | 2.0 |
(log10 50.65) | 1.70458 |
NOTE The expt function is the opposite of the log10 function.
Tell me about...
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |