math: remove out-of-fixnum-range error.
parent
f52493f3ca
commit
24ad4e9424
|
@ -62,8 +62,6 @@ GENERIC: (log2) ( x -- n ) foldable
|
|||
|
||||
PRIVATE>
|
||||
|
||||
ERROR: out-of-fixnum-range n ;
|
||||
|
||||
ERROR: log2-expects-positive x ;
|
||||
|
||||
: log2 ( x -- n )
|
||||
|
|
Loading…
Reference in New Issue