Cube#

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

Computes the cube of a value.

Template Parameters:

T – Type of the value

Parameters:

x[in] Input value

Returns: