::hwat::math::VectorMagnitude - Given a list of values returns the square root of the sum of the squares.
::hwat::math::VectorMagnitude {valuelist}
valuelist |
Tcl list of values. |
Returns the magnitude if successful, "{}" otherwise.
HWAT::MATH::VectorMagnitude [list 1.0 7.5 3.0]