Re: [fricas-devel] Re: InputForm

Ralf Hemmecke <[email protected]> Wed, 03 Jun 2009 16:30:54 +0200
Newsgroups gmane.comp.mathematics.axiom.user
Message-ID <[email protected]>
> In OpenAxiom, I get 
> 
> (1) -> (x + y^2)::InputForm
>    (1)  y^2 + x
>                                                               Type: InputForm

Cool! Was that done by a simple patch? What is the revision number?

I really wonder why in FriCAS I get

(^ y 2)

as the result of (1) above. That clashes with the name "InputForm", 
since I cannot input that into a FriCAS session.

Ralf