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

Round up, and clamp on overflow. More...

Functions

template<fixed_point Fxd>
constexpr Fxd div (Fxd a, Fxd b) noexcept
 Divide rounding up, clamp on overflow.
 
template<fixed_point Fxd>
constexpr Fxd mul (Fxd a, Fxd b) noexcept
 Multiply rounding up, clamp on overflow.
 

Detailed Description

Round up, and clamp on overflow.

Function Documentation

◆ div()

constexpr Fxd div ( Fxd  a,
Fxd  b 
)
constexprnoexcept

Divide rounding up, clamp on overflow.

Definition at line 335 of file saturate.hpp.

◆ mul()

constexpr Fxd mul ( Fxd  a,
Fxd  b 
)
constexprnoexcept

Multiply rounding up, clamp on overflow.

Definition at line 348 of file saturate.hpp.