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

Check if a float is greater than or equal zero, used by GreaterThanOrZero(AD<float>).

Parameters:
xvalue we are checking.
Returns:
returns true iff the x is greater than or equal zero.

Definition at line 75 of file ordered.hpp.