Skip to content

SSkimos/s21_decimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

236 Commits
 
 
 
 
 
 

Repository files navigation

s21_decimal

What is it?

  • In that project we had to implement decimal.h library in pure C
  • You can read source code in src dir.
  • There is: arithmetics, comparsion, conversion and other functions
  • You can view our tests in tests folder.

How to build?

Prerequisites:

  1. check.h library
  2. gcc compiler
  3. pkg-config
  • cd src
  • make

What have we learned?

  • A lot of float & decimal implementation in IEEE 754 standart.
  • Improved our structual programming skills
  • Improved Makefile building skills
  • Improved unit-testing skills

Who made it?

github_contact part

  • hotblack: github.com/marovudam
  • curtrika: github.com/SSkimos
  • workerco: github.com/vlle

About

decimal.h implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors