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