math.functions.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Generic words
WordStack effect
^n( z w -- z^w )


Ordinary words
WordStack effect
(^bignum)( z w -- z^w )
(^fixnum)( z w -- z^w )
(^mod)( x y n -- z )
(^n)( z w -- z^w )
(bignum-log)( n log-quot: ( x -- y ) log-2 -- log )
0^( zero x -- z )
^complex( x y -- z )
^mag( w abs arg -- magnitude )
^theta( w abs arg -- theta )
integer^( x y -- z )
log-2( -- value )
log10-2( -- value )
most-negative-finite-float( -- x )
most-positive-finite-float( -- x )
real^?( x y -- ? )
representable-as-float?( x -- ? )


Files