4#ifndef TETL_CMATH_FABS_HPP
5#define TETL_CMATH_FABS_HPP
7#include <etl/_math/abs.hpp>
20 return etl::detail::fabs(arg);
25 return etl::detail::fabs(arg);
30 return etl::detail::fabs(arg);
33[[
nodiscard]]
constexpr auto fabs(
long double arg)
noexcept ->
long double
35 return etl::detail::fabs(arg);
40 return etl::detail::fabs(arg);
constexpr auto fabsl(long double arg) noexcept -> long double
Definition fabs.hpp:38
constexpr auto fabs(long double arg) noexcept -> long double
Definition fabs.hpp:33
constexpr auto fabsf(float arg) noexcept -> float
Definition fabs.hpp:23
constexpr auto fabs(float arg) noexcept -> float
Definition fabs.hpp:18
constexpr auto fabs(double arg) noexcept -> double
Definition fabs.hpp:28
Definition adjacent_find.hpp:9