Here's part of the code that's in float.spad (NAG Axiom Version 2.3)
writeOMFloat(dev: OpenMathDevice, x: %): Void ==
OMputApp(dev)
OMputSymbol(dev, "bigfloat1", "bigfloat")
OMputInteger(dev, mantissa x)
OMputInteger(dev, 2)
OMputInteger(dev, exponent x)
OMputEndApp(dev)
On Sep 8, 2:20 pm, "Bill Page" <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 8, 2008 at 9:16 AM, Themos wrote:
>
> > I may have the wrong end of the stick here but the last NAG version of
> > AXIOM offered conversion to OpenMath format for AXIOM types. Isn't
> > that what is needed here?
>
> Yes, in principle I think that would be very relevant. Unfortunately
> none of the open source variants of Axiom have implemented the
> OpenMath library extensions. Do you know what was generated for
> floating point numbers in this format?
>
> Regards,
> Bill Page.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---