RationalFunctionSign RΒΆ
sign.spad line 88 [edit on github]
R: GcdDomain
Find the sign of a rational function around a point or infinity.
- sign: (Fraction Polynomial R, Symbol, Fraction Polynomial R, String) -> Union(Integer, failed)
sign(f, x, a, s)
returns the sign off
asx
nearsa
from the left (below) ifs
is the string"left"
, or from the right (above) ifs
is the string"right"
.
- sign: (Fraction Polynomial R, Symbol, OrderedCompletion Fraction Polynomial R) -> Union(Integer, failed)
sign(f, x, a)
returns the sign off
asx
approachesa
, from both sides ifa
is finite.
- sign: Fraction Polynomial R -> Union(Integer, failed)
sign f
returns the sign off
if it is constant everywhere.