CppAD: A C++ Algorithmic Differentiation Package 20110419
bool IdenticalEqualPar ( const float &  x,
const float &  y 
) [inline]

Check if two floats are equal, used by IdenticalEqualPar(AD<float>, AD<float>).

Parameters:
xfirst float we are checking.
ysecond float we are checking.
Returns:
returns true iff the arugments are equal.

Definition at line 162 of file identical.hpp.