Home
Change View
Print
Appendix: Built-in Scripting Language
>
Logarithmic functions
These functions are used to perform logarithmic operations on numeric values.
Exp
Calculates the value of
e
(2.718282) raised to the power of
numValue
.
Log
Calculates the natural log of
numValue
.
Log10
Calculates the log base 10 of
numValue
.
Parent topic:
Appendix: Built-in Scripting Language