$Exp2 or $Exp 2

From m204wiki
Revision as of 19:33, 23 July 2015 by EllieWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

Two's exponent function

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

The $Exp2 function (or its alias, $Exp_2) returns the value 2x.

Syntax

%num = $Exp2(x)

%num = $Exp_2(x)