libfxd 0.2.dev
A fixed-point library for C++.
|
#include <cfenv>
#include <cmath>
#include <concepts>
#include <type_traits>
#include "fixed.hpp"
#include "detail/bias.hpp"
#include "detail/opacify.hpp"
#include "detail/shift.hpp"
Go to the source code of this file.
Namespaces | |
namespace | fxd |
This is the namespace where the entire library is defined. | |