Arithmetic equality fixed.

This commit is contained in:
Simon Brooke 2026-02-15 13:30:27 +00:00
parent b97401bfde
commit d7e0220674
6 changed files with 117 additions and 27 deletions

View file

@ -36,4 +36,6 @@ struct cons_pointer make_ratio( struct cons_pointer dividend,
bool equal_ratio_ratio( struct cons_pointer a, struct cons_pointer b );
long double c_ratio_to_ld( struct cons_pointer rat);
#endif