5#ifndef SAPPHIRE_MATHS_COS_GUARD
6#define SAPPHIRE_MATHS_COS_GUARD
34 return std::cos(_in.Handle());
48 return std::acos(_in);
constexpr T Cos(Rad< T > _in) noexcept
Compute the cosine of the input.
Definition Cos.hpp:32
constexpr Rad< T > ACos(T _in) noexcept
Compute the arc-cosine of the input.
Definition Cos.hpp:46
Radian type implementation.
Maths Radian type.
Definition Radian.hpp:36