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

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

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

Definition at line 36 of file ordered.hpp.