From Bright Pattern Documentation
Jump to: navigation, search
imported>Elizabeth
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Floating Point Expressions=
+
= Floating Point Expressions=
 
Some helpful information on using floating point expressions in the Workflow Builder application is given as follows.
 
Some helpful information on using floating point expressions in the Workflow Builder application is given as follows.
  
Line 12: Line 12:
  
 
<center>[[workflow-builder-reference-guide/IntegerExpressions|<Previous]]  |  [[workflow-builder-reference-guide/Built-InFunctions|Next>]]</center>
 
<center>[[workflow-builder-reference-guide/IntegerExpressions|<Previous]]  |  [[workflow-builder-reference-guide/Built-InFunctions|Next>]]</center>
</translate>
 

Latest revision as of 04:11, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Floating Point Expressions

Some helpful information on using floating point expressions in the Workflow 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 errors in the log; the operation result is undefined.


<Previous | Next>
< Previous | Next >