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
c60caaea46
factor
/
native
/
primitives.h
5 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
First import of Factor 0.60
2004-07-16 02:26:21 -04:00
extern
XT
primitives
[
]
;
complex numbers in native factor, all of test suite except html and httpd tests runs in native factor
2004-08-06 18:40:44 -04:00
#
define PRIMITIVE_COUNT 128
First import of Factor 0.60
2004-07-16 02:26:21 -04:00
CELL
primitive_to_xt
(
CELL
primitive
)
;