Template Function TRAP::Math::Sin(T)#

Function Documentation#

template<typename T>
constexpr T TRAP::Math::Sin(T x)#

Standard trigonometric sine function. Values returned by this function will range from [-1, 1].

Parameters:

x – Specify the quantity, in radians, of which to return the sine.

Returns:

Sine.