Conventions for parameters and operands

Revision as of 18:03, 7 June 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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


You are not allowed to post comments.