math: remove out-of-fixnum-range error.

db4
John Benediktsson 2014-06-07 09:50:50 -07:00
parent f52493f3ca
commit 24ad4e9424
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ GENERIC: (log2) ( x -- n ) foldable
PRIVATE>
ERROR: out-of-fixnum-range n ;
ERROR: log2-expects-positive x ;
: log2 ( x -- n )