Skip to content

A toy project to demonstrate how fixed point arithmetic for decimals can be written using C++ 17

License

Notifications You must be signed in to change notification settings

ilia-funtov/fixed-point-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixed-point-number

A toy project to demonstrate how fixed point arithmetic for decimals can be written using modern C++.

It is a header only library written in C++ 17. The project has unit tests.

How to build and run in Linux (Ubuntu)

Install prerequisites: sudo apt install build-essential cmake

Build and run tests

In project's directory:

mkdir build

cd build

cmake ..

make

make test

About

A toy project to demonstrate how fixed point arithmetic for decimals can be written using C++ 17

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published