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

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

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

Definition at line 88 of file ordered.hpp.