1#ifndef CONSTMATH_ABS_HPP
2#define CONSTMATH_ABS_HPP
17template <
typename T>
constexpr T abs(
const T x)
constexpr T abs(const T x)
Absolute value of a real number.
Definition abs.hpp:17
constexpr T epsilon()
Machine epsilon for type T.
Definition utilities.hpp:82