- In that project we had to implement decimal.h library in pure C
- You can read source code in
srcdir. - There is: arithmetics, comparsion, conversion and other functions
- You can view our tests in tests folder.
Prerequisites:
- check.h library
- gcc compiler
- pkg-config
cd srcmake
- A lot of float & decimal implementation in IEEE 754 standart.
- Improved our structual programming skills
- Improved Makefile building skills
- Improved unit-testing skills
- hotblack@student.21-school.ru: Masha made all arithmetics!
- curtrika@student.21-school.ru: Nikita made conversion funcs and worked on other funcs with me and Masha.
- workerco@student.21-school.ru: I made comparsion and helped Nikita with conversion.
- hotblack: github.com/marovudam
- curtrika: github.com/SSkimos
- workerco: github.com/vlle