Log and LogE (Float functions): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Usage notes) |
||
Line 19: | Line 19: | ||
<ul> | <ul> | ||
<li>If <var class="term">float</var> is less than or equal to zero, then the request is cancelled. | <li>If <var class="term">float</var> is less than or equal to zero, then the request is cancelled. | ||
<li><var>Log</var> | <li><var>Log</var> or <var>LogE</var> is an object-oriented version of the <var>[[$Log]]</var> function. | ||
<li><var>Log</var> | <li><var>Log</var> and <var>LogE</var> are available as of <var class="product">Sirius Mods</var> Version 7.3. | ||
</ul> | </ul> | ||
Revision as of 02:04, 24 February 2012
Natural log (base e) of a number (Float class)
The Log and LogE intrinsic functions return a number that is the natural logarithm (the logarithm base ℯ) of the method object value.
LogE is a synonym for Log.
Syntax
%number = float:Log
%number = float:LogE
Syntax terms
%number | A numeric variable to receive the log of the method object. |
---|---|
float | A Float value. |
Usage notes
- If float is less than or equal to zero, then the request is cancelled.
- Log or LogE is an object-oriented version of the $Log function.
- Log and LogE are available as of Sirius Mods Version 7.3.
Examples
The following statement returns "3.14159:log = 1.14472904118518
".
printText {~} = {3.14159:log}