-
-
Notifications
You must be signed in to change notification settings - Fork 9
Power Meta Expression
IsaacShelton edited this page Mar 21, 2022
·
1 revision
Gets the value of one transcendent value to the power of another
12345 ** 3.14159
This table shows the resulting type of one transcendent value to the power of another
(A ** B) | A = Integer Value | A = Floating Point Value | A = String Value |
---|---|---|---|
B = Integer Value | Floating Point | Floating Point | Floating Point |
B = Floating Point Value | Floating Point | Floating Point | Floating Point |
B = String Value | Floating Point | Floating Point | Floating Point |
See meta expressions for more meta expressions