math.polynomials vocabulary
Factor handbook ยป Vocabulary index


Documentation
Polynomials

Metadata
Tags:math
Authors:Doug Coleman


Words

Tuple classes
ClassSuperclassSlots
negative-power-polynomial tuplep n


Macro words
WordStack effect
polyval*( p -- quot )


Ordinary words
WordStack effect
(p^)( p n -- p^n )
2ptrim( p q -- p' q' )
n*p( n v -- w )
negative-power-polynomial( p n -- * )
p*( p q -- r )
p+( p q -- r )
p-( p q -- r )
p-sq( p -- p^2 )
p/mod( p q -- z w )
p=( p q -- ? )
p^( p n -- p^n )
pdiff( p -- p' )
pextend-conv( p q -- p' q' )
pgcd( p q -- a d )
polyval( x p -- p[x] )
powers( n x -- seq )
ptrim( p -- q )


Class predicate words
WordStack effect
negative-power-polynomial?( object -- ? )


Files


Metadata files


Children
VocabularySummary
math.polynomials.private