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