template<typename type>
type FX::Maths::sqrt ( const type &  v  )  [inline]

Returns the square root of a value.

Definition at line 84 of file FXMaths.h.

Referenced by FX::FXVec4d::length(), FX::FXVec3d::length(), FX::FXVec2d::length(), normaldist(), normalrand(), rsqrt(), and stddev().

00084 { return ::sqrt(v); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:01 2009 for TnFOX by doxygen v1.4.7