axiom factors 5
Type: List(Record(factor: Integer,
but axiom factors sin x
Type: List(Record(factor: Expression(Integer),
Martin did not read the doc carefully --kratt6, Thu, 11 Oct 2007 13:24:42 -0500 reply Status: open => closed
The documentation says: factors gives the list of factors, except for the unit, which can be recovered using unit . Since EXPR INT is a field, everything non-zero is a unit:
axiom unit((sin x)::FR EXPR INT)
Type: Expression(Integer)
Martin |