Difference between revisions of "Conventions for parameters and operands"
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
+ | * [[User-defined Functions and Libraries]] | ||
* [[Function calls and parameters]] | * [[Function calls and parameters]] | ||
* [[Functions by category]] | * [[Functions by category]] |
Revision as of 18:03, 7 June 2016
The following conventions are commonly used for representing parameters and operands of functions:
x, y, z
: A number that may be integer or decimal.d
: A number in degrees.p, q
: A probability between 0 and 1.n, m
: An integer number.s, t
: Text values.c
: Character (a text value containing a single character).i, j, k
: The identifier of an index variable.v, w
: The identifier of a variable.a, b
: A Boolean value or expression.e
: An expression.
See Also
Comments
Enable comment auto-refresher