tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | asin (double arg) noexcept -> double |
Computes the principal value of the arc sine of arg. | |
constexpr auto | asin (float arg) noexcept -> float |
Computes the principal value of the arc sine of arg. | |
constexpr auto | asin (integral auto arg) noexcept -> double |
Computes the principal value of the arc sine of arg. | |
constexpr auto | asin (long double arg) noexcept -> long double |
Computes the principal value of the arc sine of arg. | |
constexpr auto | asinf (float arg) noexcept -> float |
Computes the principal value of the arc sine of arg. | |
constexpr auto | asinl (long double arg) noexcept -> long double |
Computes the principal value of the arc sine of arg. | |