libfxd 0.2.dev
A fixed-point library for C++.
Loading...
Searching...
No Matches
fxd::except::up Namespace Reference

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.
 

Detailed Description

Round up, and throw on overflow.

Function Documentation

◆ div()

constexpr Fxd div ( Fxd  a,
Fxd  b 
)
constexpr

Divide rounding up, throw on overflow.

Definition at line 302 of file except.hpp.

◆ mul()

constexpr Fxd mul ( Fxd  a,
Fxd  b 
)
constexpr

Multiply rounding up, throw on overflow.

Definition at line 313 of file except.hpp.