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

Returns the reciprocal of a value.

Definition at line 87 of file FXMaths.h.

00087 { return 1/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