tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
atan.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto atan (double arg) noexcept -> double
 Computes the principal value of the arc tangent of arg.
 
constexpr auto atan (float arg) noexcept -> float
 Computes the principal value of the arc tangent of arg.
 
constexpr auto atan (integral auto arg) noexcept -> double
 Computes the principal value of the arc tangent of arg.
 
constexpr auto atan (long double arg) noexcept -> long double
 Computes the principal value of the arc tangent of arg.
 
constexpr auto atanf (float arg) noexcept -> float
 Computes the principal value of the arc tangent of arg.
 
constexpr auto atanl (long double arg) noexcept -> long double
 Computes the principal value of the arc tangent of arg.