Sqr#

template<typename T>
inline T Sqr(T x)#

Computes the square of a value.

Template Parameters:

T – Type of the value

Parameters:

x[in] Input value

Returns: