Prev Next

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} }@)@
ad_double Comparison Operators

Syntax
b = ax op ay

op
The binary operator op is one of the following: < (less than), <= (less than or equal), > (greater than), >= (greater than or equal), == (equal), != (not equal).

ax
This object has prototype
     const a_double& 
ax

ay
This object has prototype
     const a_double& 
ay

b
The result has prototype
     bool 
b

Example
C++ , Octave , Perl , Python .
Input File: lib/a_double.cpp