Registry / utility / fixed-math

fixed-math

JSON →
library2.2.0vcpkgunverified

A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic

vcpkg install fixed-math
INSTALL
IMPORT
SIG · FIXED-MATH
F
fixed-math
utilitycppv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fixed_math/fixed_math.hpp
#include <fixed_math/fixed_math.hpp>

Perform fixed-point arithmetic with 48.16 precision

#include <fixed_math/fixed_math.hpp> #include <iostream> int main() { auto a = fixed_math::fixed<16>(3.14); auto b = fixed_math::fixed<16>(2.0); auto c = a * b; std::cout << c.to_double() << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fixed-math — pip install fixed-math · libregistry