- :integer
- :floating
- :complex
- :rational
- :quantity
- or :nothing
pow
^
calculate the power of given values and return result
Parameters
pow valueA :integer :floating :complex :rational :literal :quantity valueB :integer :floating
Returns
Examples
copyprint pow 2 3 ; 8 print 3 ^ 2 ; 9
copya: 5 pow 'a 2 ; a: 25