|
di 0.1.0
|
#include "di/bit/endian/endian.h"#include "di/math/abs.h"#include "di/math/constants.h"#include "di/meta/language.h"#include "di/types/byte.h"#include "di/types/floats.h"#include "di/util/bit_cast.h"#include "di/vocab/array/array.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::math |
Variables | |
| constexpr auto | di::signbit = math::detail::Signbit {} |
| constexpr auto | di::copysign = math::detail::Copysign {} |
| constexpr auto | di::round = math::detail::Round {} |
| constexpr auto | di::remainder = math::detail::Remainder {} |
| constexpr auto | di::fmod = math::detail::Fmod {} |
| constexpr auto | di::cos = math::detail::Cos {} |
| constexpr auto | di::sin = math::detail::Sin {} |
| constexpr auto | di::approximately_equal = math::detail::ApproximatelyEqual {} |