5#ifndef SAPPHIRE_MATHS_SIN_GUARD
6#define SAPPHIRE_MATHS_SIN_GUARD
34 return std::sin(_in.Handle());
47 return std::asin(_in);
Radian type implementation.
constexpr Rad< T > ASin(T _in) noexcept
Compute the arc-sine of the input.
Definition Sin.hpp:45
constexpr T Sin(Rad< T > _in) noexcept
Compute the sine of the input.
Definition Sin.hpp:32
Maths Radian type.
Definition Radian.hpp:36