|
OpenKalman
|
Tests for scalar types and constexpr math functions. More...
#include <complex>#include "values/tests/tests.hpp"#include "values/classes/fixed_value.hpp"#include "values/functions/internal/near.hpp"#include "values/math/internal/infinity.hpp"#include "values/math/internal/NaN.hpp"#include "values/math/isinf.hpp"#include "values/math/isnan.hpp"#include "values/math/real.hpp"#include "values/math/imag.hpp"#include "values/math/conj.hpp"#include "values/concepts/integral.hpp"#include "values/math/signbit.hpp"#include "values/math/copysign.hpp"#include "values/math/fmod.hpp"#include "values/math/sqrt.hpp"#include "values/math/hypot.hpp"#include "values/math/abs.hpp"#include "values/math/exp.hpp"#include "values/math/expm1.hpp"#include "values/math/sinh.hpp"#include "values/math/cosh.hpp"#include "values/math/tanh.hpp"#include "values/math/sin.hpp"#include "values/math/cos.hpp"#include "values/math/tan.hpp"#include "values/math/log.hpp"#include "values/math/log1p.hpp"#include "values/math/asinh.hpp"#include "values/math/acosh.hpp"#include "values/math/atanh.hpp"#include "values/math/asin.hpp"#include "values/math/acos.hpp"#include "values/math/atan.hpp"#include "values/math/atan2.hpp"#include "values/math/pow.hpp"
Macros | |
| #define | COMPLEXINTEXISTS(F) |
Tests for scalar types and constexpr math functions.
1.8.13