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