|
SA_Maths
Sapphire Suite's C++ Maths Library
|
Sinus 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::Sin (Rad< T > _in) noexcept |
| Compute the sine of the input. | |
| template<typename T > | |
| constexpr Rad< T > | SA::Maths::ASin (T _in) noexcept |
| Compute the arc-sine of the input. | |
Sinus method implementation.
|
constexprnoexcept |
Compute the arc-sine of the input.
| [in] | _in | Input to compute arc-sine. |