Skip to content

A numeric library with some static guarantees. WARNING: This project is abandoned due to the fact that a library that does exactly the same thing, few years ahead of this one, already exists: https://bitbucket.org/davidstone/bounded_integer.

shoooe/Inom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Inom

This library is aimed at being a proof of concept and nothing more. It's not intended for any real use and it's numerically just a mental and theoretical masturbation.

####Example

#include <iostream>
#include <inom/integer>

int main() {
    using namespace inom::literals;
    auto x = 1_int;
    auto y = 2_int;
    std::cout << (x + y); // 3
}

About

A numeric library with some static guarantees. WARNING: This project is abandoned due to the fact that a library that does exactly the same thing, few years ahead of this one, already exists: https://bitbucket.org/davidstone/bounded_integer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published