$Log or $Log e: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
<p class="syntax"><span class="term">%num</span><span class="literal"> = $Log_e(</span><span class="term">x</span><span class="literal">)</span>  </p>
<p class="syntax"><span class="term">%num</span><span class="literal"> = $Log_e(</span><span class="term">x</span><span class="literal">)</span>  </p>


If ''x'' is not greater than 0, an error message is printed and a 0 is returned.
If ''x'' is not greater than 0, an error message is printed and the request is cancelled.

Revision as of 16:43, 20 December 2017

Log function

Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Log function is the LogE function.

The $Log function (or its alias, $Log_e) returns the natural logarithm (the logarithm base e) of the number x.

Syntax

%num = $Log(x)

%num = $Log_e(x)

If x is not greater than 0, an error message is printed and the request is cancelled.