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

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

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

Definition at line 49 of file ordered.hpp.