Martin Rubey wrote:
> 
> 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 is ANSI Common Lisp, whereas
> (sb-ext::set-floating-point-modes :traps nil) is sbcl specific, of course.
> 
> Waldek, where does it belong?
> 
> (and how about ecl and clisp...)
> 

Exceptions are expected -- we have error handler which is supposed
to catch them.  We have to find what is wrong with error handling.

-- 
                              Waldek Hebisch
[EMAIL PROTECTED] 

--~--~---------~--~----~------------~-------~--~----~
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