On Mon, Sep 8, 2008 at 9:33 AM, Themos wrote: > > 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) >
So this is just another notation for float(156649750673941512323,-66,2) produced by InputForm, right? 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 -~----------~----~----~----~------~----~------~--~---
