|
SA_Maths
Sapphire Suite's C++ Maths Library
|
Square Root algorithm implementation. More...
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. | |
Square Root algorithm implementation.
| T SA::Maths::Sqrt | ( | T | _in | ) |
Compute the square root of the input as float.
| T | Input Type. |
| [in] | _in | Input to compute square root. |