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
Normal View
History
Unescape
Escape
ratios
2004-08-04 22:43:58 -04:00
typedef
struct
{
CELL
numerator
;
CELL
denominator
;
renaming types to avoid clashing with win32
2004-12-10 21:46:42 -05:00
}
F_RATIO
;
ratios
2004-08-04 22:43:58 -04:00
before generic arithmetic cleanup
2004-09-18 22:29:29 -04:00
void
primitive_from_fraction
(
void
)
;