Difference between revisions of "Conventions for parameters and operands"
Line 1: | Line 1: | ||
+ | [[Category: Functions]] | ||
+ | |||
The following conventions are commonly used for representing parameters and operands of functions: | The following conventions are commonly used for representing parameters and operands of functions: | ||
Revision as of 18:02, 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