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
dd8bb5b673
factor
/
basis
/
math
/
functions
History
Doug Coleman
60f928ddbf
math.functions: flushable and foldable don't do anything on inline words because flushable and foldable work on call sites (#call nodes), and inlined words are inlined into another word's call site; they don't generate their own #call node.
2011-11-06 19:25:53 -08:00
..
authors.txt
Create basis vocab root
2008-07-28 22:03:13 -05:00
functions-docs.factor
math.functions: implement "frexp" and support log of really big numbers.
Fixes
#160
.
2011-09-22 09:42:28 -07:00
functions-tests.factor
math.functions: when gcd is inlined, "gcd nip" is almost as good as "gcd*".
2011-10-18 10:30:39 -07:00
functions.factor
math.functions: flushable and foldable don't do anything on inline words because flushable and foldable work on call sites (#call nodes), and inlined words are inlined into another word's call site; they don't generate their own #call node.
2011-11-06 19:25:53 -08:00
summary.txt
Create basis vocab root
2008-07-28 22:03:13 -05:00