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

Round down, and throw on overflow. More...

Functions

template<fixed_point Fxd>
constexpr Fxd div (Fxd a, Fxd b)
 Divide rounding down, throw on overflow.
 
template<fixed_point Fxd>
constexpr Fxd mul (Fxd a, Fxd b)
 Multiply rounding down, throw on overflow.
 

Detailed Description

Round down, and throw on overflow.

Function Documentation

◆ div()

constexpr Fxd div ( Fxd  a,
Fxd  b 
)
constexpr

Divide rounding down, throw on overflow.

Definition at line 275 of file except.hpp.

◆ mul()

constexpr Fxd mul ( Fxd  a,
Fxd  b 
)
constexpr

Multiply rounding down, throw on overflow.

Definition at line 286 of file except.hpp.