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
f9986bb446
factor
/
core
/
math
History
Doug Coleman
82a28a082b
Remove extraneous using from math/
2011-09-25 19:32:35 -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
math.order: Removing stack effect (not quite right).
2011-09-23 17:46:49 -07: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 extraneous using from math/
2011-09-25 19:32:35 -07:00
summary.txt
…