Martin Rubey <[EMAIL PROTECTED]> writes:
> Oh, I found it:
>
> )lisp (sb-ext::set-floating-point-modes :traps nil)
>
> this should go into
>
> (defun set-initial-parameters()
> (setf *read-default-float-format* 'double-float))
>
> shouldn't it?
no, I just saw that set-initial-parameters i
Martin Rubey <[EMAIL PROTECTED]> writes:
> I just checked ecl:
>
> g(x:DFLOAT):DFLOAT == 10^155
> draw(g, -1..1)
>
> fails, while 10^154 seems to work.
The failing routine is norm in CLIP, being called by iClipParametric. I find
the following behaviour:
gcl:
(2) -> f := max()$DFLOAT
(2)