From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
No edit summary
Line 8: Line 8:
* A mix of floats and integers produces a floating expression.
* A mix of floats and integers produces a floating expression.


* Division by zero produces error in the log; the operation result is undefined.
* Division by zero produces an error in the log; the operation result is undefined.
 




<center>[[scenario-builder-reference-guide/IntegerExpressions|< Previous]]  |  [[scenario-builder-reference-guide/Built-inFunctions|Next >]]</center>
</translate>
</translate>

Revision as of 20:00, 15 March 2019

<translate>= Floating Point Expressions= Some helpful information on using floating point expressions in the Scenario Builder application is given as follows.

  • Either the point or exponent can be used (e.g., 2.00 or 2E00 or 20E-1 or .2E1).
  • The four arithmetic operations and parentheses, including nested ones, are supported.
  • A mix of floats and integers produces a floating expression.
  • Division by zero produces an error in the log; the operation result is undefined.


</translate>

< Previous | Next >