libfxd 0.2.dev
A fixed-point library for C++.
|
Round up, and throw on overflow. More...
Functions | |
template<fixed_point Fxd> | |
constexpr Fxd | div (Fxd a, Fxd b) |
Divide rounding up, throw on overflow. | |
template<fixed_point Fxd> | |
constexpr Fxd | mul (Fxd a, Fxd b) |
Multiply rounding up, throw on overflow. | |
Round up, and throw on overflow.
|
constexpr |
Divide rounding up, throw on overflow.
Definition at line 302 of file except.hpp.
|
constexpr |
Multiply rounding up, throw on overflow.
Definition at line 313 of file except.hpp.