I see

  NUMBERP x =>
    MINUSP x => ["-",MINUS x]

I would actually want to replace that with

  sex ==> x pretend SExpression
  integer? sex => - ((integer x)::OutputForm)
  float?   sex => - ((float   x)::OutputForm)

but the Lisp NUMBERP is more general.

Can I assume that we only have integers and floats in an OutputForm?

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to