ceil

Stack effect: ( n -- n )

Round the number on top of the stack upward.

Not in traditional Forth, included for completeness, borrowing the C function name.

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

Examples:

Forth Haiku Glossary