4#ifndef TETL_CMATH_ATANH_HPP
5#define TETL_CMATH_ATANH_HPP
7#include <etl/_3rd_party/gcem/gcem.hpp>
8#include <etl/_concepts/integral.hpp>
19 return etl::detail::gcem::atanh(arg);
23 return etl::detail::gcem::atanh(arg);
27 return etl::detail::gcem::atanh(arg);
31 return etl::detail::gcem::atanh(arg);
35 return etl::detail::gcem::atanh(arg);
constexpr auto atanh(float arg) noexcept -> float
Definition atanh.hpp:17
constexpr auto atanh(double arg) noexcept -> double
Definition atanh.hpp:25
constexpr auto atanh(long double arg) noexcept -> long double
Definition atanh.hpp:29
constexpr auto atanhl(long double arg) noexcept -> long double
Definition atanh.hpp:33
constexpr auto atanhf(float arg) noexcept -> float
Definition atanh.hpp:21
Definition adjacent_find.hpp:9