This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2bd6de9a02
factor
/
core
/
math
History
John Benediktsson
c99e6d79cd
math: fix docs for 'when-zero'.
2011-09-02 21:13:29 -07:00
..
floats
Remove bignum>float VM primitive, and use bignum/f to implement >float on bignums instead, for a slight accuracy gain. Also, bignum/f now has a more efficient post-scaling algorithm to break the circular dependency on bignum>float
2010-11-24 22:41:15 -08:00
integers
math.integers: fix underflow and overflow behavior
2010-12-18 16:00:17 -08:00
order
Fix typo in between? stack effect docs
2010-05-05 18:16:54 -05:00
parser
math.parser: expose a format-float primitive for use by formatting vocabulary
2010-04-13 21:21:28 -07:00
authors.txt
…
math-docs.factor
math: fix docs for 'when-zero'.
2011-09-02 21:13:29 -07:00
math-tests.factor
add unit tests for comparisons against nan
2009-09-03 17:27:06 -05:00
math.factor
Remove bignum>float VM primitive, and use bignum/f to implement >float on bignums instead, for a slight accuracy gain. Also, bignum/f now has a more efficient post-scaling algorithm to break the circular dependency on bignum>float
2010-11-24 22:41:15 -08:00
summary.txt
…