This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:pow [2013/10/28 14:53] – created Grayzzur | crpl:docs:pow [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | + | |
| <- [[crpl: | <- [[crpl: | ||
| ===== pow ===== | ===== pow ===== | ||
| - | ^Arguments^Result^Notation^ | + | <-number <-power pow ->result |
| - | |Number, Exponent|Number to the power of Exponent |'' | + | |
| === Description === | === Description === | ||
| - | Returns | + | Returns |
| === Examples === | === Examples === | ||
| - | < | + | < |
| ShowTraceLog | ShowTraceLog | ||
| 2 4 pow Trace | 2 4 pow Trace | ||
| #Raises 2 to the 4th power, then traces the result. | #Raises 2 to the 4th power, then traces the result. | ||
| </ | </ | ||