idenning2003 / cbase

Library of C data structures and tests
https://idenning2003.github.io/cbase/
GNU General Public License v3.0
2 stars 0 forks source link

Implement Rational #7

Open idenning2003 opened 3 months ago

idenning2003 commented 3 months ago

Rational data structure should be composed of two integer_t, one for the numerator and one for the denominator.