Basic functions

Warning

doxygenfunction: Unable to resolve function “abs” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr T abs(const T x) noexcept
- template<typename T> constexpr T abs(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “fabs” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> fabs(const T x) noexcept
- template<typename T> constexpr return_t<T> fabs(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “fabsf” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr float fabsf(const T x) noexcept
- template<typename T> constexpr float fabsf(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “fabsl” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr long double fabsl(const T x) noexcept
- template<typename T> constexpr long double fabsl(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “ceil” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> ceil(const T x) noexcept
- template<typename T> constexpr return_t<T> ceil(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “copysign” with arguments (const T1, const T2) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T1, typename T2> constexpr T1 copysign(const T1 x, const T2 y) noexcept
- template<typename T1, typename T2> constexpr T1 copysign(const T1 x, const T2 y) noexcept

Warning

doxygenfunction: Unable to resolve function “exp” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> exp(const T x) noexcept
- template<typename T> constexpr return_t<T> exp(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “expm1” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> expm1(const T x) noexcept
- template<typename T> constexpr return_t<T> expm1(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “factorial” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr T factorial(const T x) noexcept
- template<typename T> constexpr T factorial(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “floor” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> floor(const T x) noexcept
- template<typename T> constexpr return_t<T> floor(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “fmod” with arguments (const T1, const T2) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T1, typename T2> constexpr common_return_t<T1, T2> fmod(const T1 x, const T2 y) noexcept
- template<typename T1, typename T2> constexpr common_return_t<T1, T2> fmod(const T1 x, const T2 y) noexcept

Warning

doxygenfunction: Unable to resolve function “hypot” with arguments (const T1, const T2) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T1, typename T2> constexpr common_return_t<T1, T2> hypot(const T1 x, const T2 y) noexcept
- template<typename T1, typename T2> constexpr common_return_t<T1, T2> hypot(const T1 x, const T2 y) noexcept

Warning

doxygenfunction: Unable to resolve function “log” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> log(const T x) noexcept
- template<typename T> constexpr return_t<T> log(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “log1p” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> log1p(const T x) noexcept
- template<typename T> constexpr return_t<T> log1p(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “log2” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> log2(const T x) noexcept
- template<typename T> constexpr return_t<T> log2(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “log10” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> log10(const T x) noexcept
- template<typename T> constexpr return_t<T> log10(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “max” with arguments (const T1, const T2) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T1, typename T2> constexpr common_t<T1, T2> max(const T1 x, const T2 y) noexcept
- template<typename T1, typename T2> constexpr common_t<T1, T2> max(const T1 x, const T2 y) noexcept

Warning

doxygenfunction: Unable to resolve function “min” with arguments (const T1, const T2) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T1, typename T2> constexpr common_t<T1, T2> min(const T1 x, const T2 y) noexcept
- template<typename T1, typename T2> constexpr common_t<T1, T2> min(const T1 x, const T2 y) noexcept

Warning

doxygenfunction: Unable to resolve function “pow” with arguments (const T1, const T2) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T1, typename T2> constexpr common_t<T1, T2> pow(const T1 base, const T2 exp_term) noexcept
- template<typename T1, typename T2> constexpr common_t<T1, T2> pow(const T1 base, const T2 exp_term) noexcept

Warning

doxygenfunction: Unable to resolve function “round” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> round(const T x) noexcept
- template<typename T> constexpr return_t<T> round(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “signbit” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr bool signbit(const T x) noexcept
- template<typename T> constexpr bool signbit(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “sgn” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr int sgn(const T x) noexcept
- template<typename T> constexpr int sgn(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “sqrt” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> sqrt(const T x) noexcept
- template<typename T> constexpr return_t<T> sqrt(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “inv_sqrt” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> inv_sqrt(const T x) noexcept
- template<typename T> constexpr return_t<T> inv_sqrt(const T x) noexcept

Warning

doxygenfunction: Unable to resolve function “trunc” with arguments (const T) in doxygen xml output for project “gcem” from directory: ../xml. Potential matches:

- template<typename T> constexpr return_t<T> trunc(const T x) noexcept
- template<typename T> constexpr return_t<T> trunc(const T x) noexcept