git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5257 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2010-11-18 17:28:36 +00:00
parent 61dcd4156e
commit 37b51e682f
16 changed files with 296 additions and 126 deletions

View File

@ -332,9 +332,9 @@ relational operators "<", "<=", ">", and ">="; those 4 relational
operators before the remaining two relational operators "==" and "!=";
those two relational operators before the logical AND operator "&&";
and the AND operator "&&" before the logical OR operator "||".
Parenthesis can be used to group one or more portions of a formula and
enforce a different order of evaluation than what would occur with the
default precedence.
Parenthesis can be used to group one or more portions of a formula
and/or enforce a different order of evaluation than what would occur
with the default precedence.
</P>
<P>The 6 relational operators return either a 1.0 or 0.0 depending on
whether the relationship between x and y is true or false. For