leadingTerm {qspray} | R Documentation |
Leading term of a 'qspray' polynomial
Description
Returns the leading term of a qspray
polynomial.
Usage
leadingTerm(qspray)
Arguments
qspray |
a |
Value
A list providing the exponents of the leading term in the field
powers
, an integer vector, and the coefficient of the leading term
in the field coeff
, a bigq
rational number.
[Package qspray version 3.1.0 Index]