Registry / utility / fixed-math

fixed-math

JSON →
library2.2.0vcpkgunverified

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

utility
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.

#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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
bingbot
1
Resources

No resource links recorded.