Martin Rubey <[EMAIL PROTECTED]> writes:

> I get the following under sbcl:
> 
> (3) -> draw(sin(1/x)*exp(-1/x), x=-10..10, clip==true)
>    Compiling function %D with type DoubleFloat -> DoubleFloat 
>  
>    >> System error:
>    arithmetic error FLOATING-POINT-OVERFLOW signalled
> 
> I guess somebody is assuming here that a double has 32 bits...
> 
> for ecl:
> 
>   >> System error:
>    #<a ARITHMETIC-ERROR>

I just checked ecl:

g(x:DFLOAT):DFLOAT == 10^155
draw(g, -1..1)

fails, while 10^154 seems to work.

Martin


--~--~---------~--~----~------------~-------~--~----~
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 fricas-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to