next up previous contents index
Next: Control Up: Predicates Previous: Predicates

Numerical Predicates

 

  In all the following examples, tex2html_wrap_inline1054 denotes an expression that returns a numerical value.

(=  tex2html_wrap_inline1056 )
Returns true if the two numbers are equal.

(<  tex2html_wrap_inline1056 )
Returns true if tex2html_wrap_inline1060 is numerically less than tex2html_wrap_inline1062 .

(>  tex2html_wrap_inline1056 )
Returns true if tex2html_wrap_inline1062 is numerically greater than tex2html_wrap_inline1060 .

(<=  tex2html_wrap_inline1056 )
Returns true if tex2html_wrap_inline1060 is numerically less than or equal to tex2html_wrap_inline1062 .

(>=  tex2html_wrap_inline1056 )
Returns true if tex2html_wrap_inline1062 is numerically greater than or equal to tex2html_wrap_inline1060 .



Steven J. Zeil
Tue Mar 4 14:36:27 EST 1997