reclos.spad line 170 [edit on github]
RealRootCharacterizationCategory provides common access functions for all real root codings.
allRootsOf(pol)
creates all the roots of pol
in the Real Closure, assumed in order.
approximate(term, root, prec)
gives an approximation of term
over root
with precision prec
definingPolynomial(aRoot)
gives a polynomial such that definingPolynomial(aRoot).aRoot = 0
negative?(pol, aRoot)
answers if pol
interpreted as aRoot
is negative
positive?(pol, aRoot)
answers if pol
interpreted as aRoot
is positive
recip(pol, aRoot)
tries to inverse pol
interpreted as aRoot
approximate(term, root, prec)
gives an approximation of term
over root
with precision prec
rootOf(pol, n)
gives the n
th root for the order of the Real Closure
sign(pol, aRoot)
gives the sign of pol
interpreted as aRoot
zero?(pol, aRoot)
answers if pol
interpreted as aRoot
is 0