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