exp

Stack effect: ( n -- n )

Compute e raised to the power on top of the stack.

This word is roughly equivalent to the traditional Forth word FEXP. exp is used to emphasize the primary stack being floating point.

NOTE: In Haiku Forth (unlike Traditional Forth), all stack cells and memory locations are floating point numbers.

Examples:

Forth Haiku Glossary