-
- Downloads
Oops. DERIVE-TYPE optimizer for EXPT was returning invalid type
specifiers. To see this, try the following: (defun foo (x) (declare (type (real 0) x)) (expt 2 x)) (compile 'foo) (describe 'foo) You get error that 0 is not an appropriate type for a double-float specifier.
Loading
Please register or sign in to comment