Exponentiation
Compute a to the power of b.
Contributors: LuYifei2011
Scripts
Main
define (a :: custom-arg) ^ (b :: custom-arg) set [result v] to ([e ^ v] of ((b :: custom-arg) * ([ln v] of (a :: custom-arg))))
Variables / Lists
| Name | Type | Scope |
|---|---|---|
result | Variable | Sprite |