tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | tan (double arg) noexcept -> double |
Computes the tangent of arg (measured in radians). | |
constexpr auto | tan (float arg) noexcept -> float |
Computes the tangent of arg (measured in radians). | |
constexpr auto | tan (integral auto arg) noexcept -> double |
Computes the tangent of arg (measured in radians). | |
constexpr auto | tan (long double arg) noexcept -> long double |
Computes the tangent of arg (measured in radians). | |
constexpr auto | tanf (float arg) noexcept -> float |
Computes the tangent of arg (measured in radians). | |
constexpr auto | tanl (long double arg) noexcept -> long double |
Computes the tangent of arg (measured in radians). | |