SA_Maths
Sapphire Suite's C++ Maths Library
Loading...
Searching...
No Matches
Functions
Sin.hpp File Reference

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< TSA::Maths::ASin (T _in) noexcept
 Compute the arc-sine of the input.
 

Detailed Description

Sinus method implementation.

Function Documentation

◆ ASin()

template<typename T >
constexpr Rad< T > SA::Maths::ASin ( T _in)
constexprnoexcept

Compute the arc-sine of the input.

Parameters
[in]_inInput to compute arc-sine.
Returns
Arc-sine in radian of the input.

◆ Sin()

template<typename T >
constexpr T SA::Maths::Sin ( Rad< T > _in)
constexprnoexcept

Compute the sine of the input.

Parameters
[in]_inInput in radian to compute sine.
Returns
Sine of the input.