Real constants and functions: Difference between revisions

Content added Content deleted
(JavaScript)
Line 58: Line 58:
fabs ( f -- f )
fabs ( f -- f )
floor ( f -- f ) \ round towards -inf
floor ( f -- f ) \ round towards -inf
\ ceiling is not a standard function, though fround is available
: ceil ( f -- f ) fnegate floor fnegate ; \ not standard, though fround is available
f** ( f e -- f^e )
f** ( f e -- f^e )