|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Functions | |
| constexpr auto | sinh (double arg) noexcept -> double |
| Computes the hyperbolic sine of arg. | |
| constexpr auto | sinh (float arg) noexcept -> float |
| constexpr auto | sinh (long double arg) noexcept -> long double |
| Computes the hyperbolic sine of arg. | |
| template<integral T> | |
| constexpr auto | sinh (T arg) noexcept -> double |
| Computes the hyperbolic sine of arg. | |
| constexpr auto | sinhf (float arg) noexcept -> float |
| Computes the hyperbolic sine of arg. | |
| constexpr auto | sinhl (long double arg) noexcept -> long double |
| Computes the hyperbolic sine of arg. | |