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
1efa0fa2cc
factor
/
native
/
ratio.h
7 lines
101 B
C
Raw
Blame
History
typedef
struct
{
CELL
numerator
;
CELL
denominator
;
}
F_RATIO
;
void
primitive_from_fraction
(
void
)
;
Reference in New Issue
View Git Blame
Copy Permalink