OCL Number Operators
(Created page with "In addition to the basic math functions (+, -, /, \*) are a number of advanced functions. Take note that *Number* denotes both *Integer* and *Real*, and they're substitutive u...")
 
No edit summary
Tag: 2017 source edit
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
In addition to the basic math functions (+, -, /, \*) are a number of advanced functions. Take note that *Number* denotes both *Integer* and *Real*, and they're substitutive unless otherwise specified.
===== Number Operators =====
In addition to the basic math functions (+, -, /, \*), there are a number of advanced functions. Take note that '''Number''' denotes both '''Integer''' and '''Real''', and they're substitutive unless otherwise specified.
 
'''See also''': [[Documentation:OCLOperators|OCLOperators]]

Latest revision as of 05:28, 10 March 2025

This page was created by Stephanie@mdriven.net on 2023-04-12. Last edited by Stephanie@mdriven.net on 2025-03-10.
Number Operators

In addition to the basic math functions (+, -, /, \*), there are a number of advanced functions. Take note that Number denotes both Integer and Real, and they're substitutive unless otherwise specified.

See also: OCLOperators