SA_Maths
Sapphire Suite's C++ Maths Library
|
Cosinus method implementation. More...
#include <SA/Maths/Angle/Radian.hpp>
Go to the source code of this file.
Functions | |
template<typename T > | |
constexpr T | SA::Maths::Cos (Rad< T > _in) noexcept |
Compute the cosine of the input. | |
template<typename T > | |
constexpr Rad< T > | SA::Maths::ACos (T _in) noexcept |
Compute the arc-cosine of the input. | |
Cosinus method implementation.
|
constexprnoexcept |
Compute the arc-cosine of the input.
[in] | _in | Input to compute arc-cosine. |
|
constexprnoexcept |
Compute the cosine of the input.
[in] | _in | Input in radian to compute cosine. |