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

This commit is contained in:
sjplimp
2013-11-20 15:14:48 +00:00
parent 7162cf032d
commit cd11570fed
8 changed files with 47 additions and 41 deletions

View File

@ -418,8 +418,8 @@ would occur with the default precedence.
<P>IMPORTANT NOTE: Because a unary minus is higher precedence than
exponentiation, the formula "-2^2" will evaluate to 4, not -4. This
convention is compatible with some programming languages, but not
others. This behavior can be overridden with parenthesis; the formula
"-(2^2)" will evaluate to -4.
others. As mentioned, this behavior can be easily overridden with
parenthesis; the formula "-(2^2)" will evaluate to -4.
</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