]> gitweb.factorcode.org Git - factor.git/commit
math.integers, comment and simplify bignum/f
authorJon Harper <jon.harper87@gmail.com>
Sun, 26 Jul 2015 19:11:29 +0000 (21:11 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 26 Jul 2015 19:33:56 +0000 (12:33 -0700)
commit53efceb0ade521af1db4651dca8c44ae9dd41bb9
treee65ad56bbbf27ed960eea76b3749902e0f03af49
parent5424ad5586cb2eaac8de5bea6b75edb012ac556b
math.integers, comment and simplify bignum/f

change the "while" that could only execute once to "when"
change the f/loop word name to "mantissa-and-guard" since it's what it
computes
change the check against 2^53 to be explicit
core/math/integers/integers-tests.factor
core/math/integers/integers.factor