This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:pow [2014/10/01 19:02] – external edit 127.0.0.1 | 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. | ||
</ | </ |