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
c0de0ac15f
factor
/
core
/
math
History
Keita Haga
3aaf58a3dd
math: fix typo in docs
2011-01-09 02:29:33 +09: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 typo in docs
2011-01-09 02:29:33 +09: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
…