3#ifndef TETL_COMPLEX_TANH_HPP
4#define TETL_COMPLEX_TANH_HPP
constexpr auto sinh(float arg) noexcept -> float
Computes the hyperbolic sine of arg.
Definition sinh.hpp:14
constexpr auto tanh(float arg) noexcept -> float
Computes e (Euler's number, 2.7182...) raised to the given power arg.
Definition tanh.hpp:44
constexpr auto cosh(float arg) noexcept -> float
Computes the hyperbolic cosine of arg.
Definition cosh.hpp:16
Definition adjacent_find.hpp:8
A complex number.
Definition complex.hpp:19