From 24ad4e942499fb070bf60de813252245c51ad497 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 7 Jun 2014 09:50:50 -0700 Subject: [PATCH] math: remove out-of-fixnum-range error. --- core/math/math.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/math/math.factor b/core/math/math.factor index 4444b6daf0..d1c8b801f0 100644 --- a/core/math/math.factor +++ b/core/math/math.factor @@ -62,8 +62,6 @@ GENERIC: (log2) ( x -- n ) foldable PRIVATE> -ERROR: out-of-fixnum-range n ; - ERROR: log2-expects-positive x ; : log2 ( x -- n )