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 Decimal #9

Open idenning2003 opened 3 months ago

idenning2003 commented 3 months ago

Decimal data structure has one integer_t for the whole part and another for the fractional part.