cppx-core
cppx-core
language
calc
all.hpp
Go to the documentation of this file.
1
#pragma once // Source encoding: UTF-8 with BOM (π is a lowercase Greek "pi").
2
3
#include <
cppx-core/language/calc/floating-point-operations.hpp
>
4
#include <
cppx-core/language/calc/integer-operations.hpp
>
5
#include <
cppx-core/language/calc/named-numbers.hpp
>
6
#include <
cppx-core/language/calc/number-type-properties.hpp
>
7
#include <
cppx-core/language/calc/std-calc.hpp
>
8
9
namespace
cppx
10
{
20
namespace
calc {}
21
27
namespace
number_properties {}
28
}
number-type-properties.hpp
Concise, clear & consistent notation for number type properties: is_ieee_754_, largest_,...
floating-point-operations.hpp
Useful common “calculator” operations: intpow, squared and cubed.
integer-operations.hpp
Common integer operations: is_even, is_odd, intdiv, intmod, intsquare, intcube, intmin and intmax.
cppx
Definition:
dynamic-size-checking.hpp:12
named-numbers.hpp
std-calc.hpp
Just includes <c/math.hpp>, <complex> and <numeric>, where the first header provides Posix’ M_PI macr...
Generated by
1.8.15