Jim Dean
 Sage
       Posts: 3433
Joined: 3/13/2006
Location: L'ville, GA
User Profile |
OLang does support:
"Log(x)" ... which is the natural log of x
"Log10(x)" ... the base-10 log of x
I never use natural log, but I use Log10 occasionally. You don't need to type "math.", since when you type "log10", it turns red in the editor to flag the fact that the parser recognizes it.
|