Stack effect: ( n n -- n )
Find a to the bth power.
This word is roughly equivalent to the traditional Forth word F**. ** is used to emphasize the primary stack being floating point. Additionally the C derived word pow is supported.
NOTE: In Haiku Forth (unlike Traditional Forth), all stack cells and memory locations are floating point numbers.
Examples: