johnmcfarlane / cnl
A Compositional Numeric Library for C++
☆646Updated 9 months ago
Alternatives and similar repositories for cnl:
Users that are interested in cnl are comparing it to the libraries listed below
- C++ Binary Fixed-Point Arithmetic☆231Updated 5 years ago
- C++ header-only fixed-point math library☆687Updated 3 months ago
- A C++ compile-time math library using generalized constant expressions☆752Updated 7 months ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,361Updated 2 weeks ago
- Zero overhead utilities for preventing bugs at compile time☆1,557Updated 4 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆552Updated 5 months ago
- Runtime polymorphism done right☆990Updated 3 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆499Updated 7 months ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆401Updated last month
- An additive strong typedef library for C++14/17/20☆423Updated this week
- A miniature library for struct-field reflection in C++☆524Updated 3 weeks ago
- Compile Time Type Information for C++☆580Updated last year
- C++17 Run-time Polymorphism (Type Erasure) library