Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 259 Bytes

Decimal library

Implementation of my own decimal.h library (study project).

There may be some bugs :)

You could build it using make.

To view the coverage of unit tests, open "report.html"

Dependencies for unit-testing - libcheck, gcovr.