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

Square Root algorithm implementation. More...

#include <cmath>
#include <SA/Maths/Debug.hpp>

Go to the source code of this file.

Functions

template<typename T >
T SA::Maths::Sqrt (T _in)
 Compute the square root of the input as float.
 

Detailed Description

Square Root algorithm implementation.

Function Documentation

◆ Sqrt()

template<typename T >
T SA::Maths::Sqrt ( T _in)

Compute the square root of the input as float.

Template Parameters
TInput Type.
Parameters
[in]_inInput to compute square root.
Returns
Square Root of the input.