Subject: Re: Type declarations From: Erik Naggum <erik@naggum.net> Date: 2000/07/26 Newsgroups: comp.lang.lisp Message-ID: <3173634227884978@naggum.net> * Tunc Simsek <simsek@robotics.eecs.berkeley.edu> | Just couldn't figure this one out: | | When I declare (type (double-float (0.0d0)) x) | | it turns out that x has to be > 0.0d0. Can I declare to that x is also | allowed to be equal to 0.0d0? (double-float 0.0d0) #:Erik -- If this is not what you expected, please alter your expectations.