git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5257 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user