tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | atan2 (double x, double y) noexcept -> double |
Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant. | |
constexpr auto | atan2 (float x, float y) noexcept -> float |
Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant. | |
constexpr auto | atan2 (long double x, long double y) noexcept -> long double |
Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant. | |
constexpr auto | atan2f (float x, float y) noexcept -> float |
Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant. | |
constexpr auto | atan2l (long double x, long double y) noexcept -> long double |
Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant. | |