Effect: the function head is voiced followed by a connector such as "of" or "applied" to, followed by the arguments separated by connecting words such as "comma" or "and"
Applicability: intent function head
f:function(x,y)
English:
f of x comma y
English:
f of x and y
French:
f de x et y
prefix
Effect: the function followed by the arguments are voiced, with no connecting words.
Applicability: intent function head
f:prefix(x,y)
English:
f x y
postfix
Effect: the arguments followed by the function are voiced, with no connecting words.
Applicability: intent function head
f:posfix(x)
English:
x f
infix
Effect: the arguments are voiced, separated by the function, which may be repeated if there are more than two arguments.
Applicability: intent function head
f:infix(x,y)
English:
x f y
silent
Effect: the arguments are voiced with no connecting words. The function head is not read.
Applicability: intent function head
f:silent(x,y)
English:
x y
Table
matrix
Effect: the table should be read in a style suitable for matricies
Applicability: mtable
:matrix
English:
the 2 by 2 matrix; column 1; a; column 2; b; column 1; c; column 2; d
system-of-equations
Effect: the table should be read in a style suitable for displayed equations (and inequations)
Applicability: mtable
English:
2 equations; equation 1; 2 x, is equal to, 1; equation 2; y, is greater than, x minus 3;
lines
Effect: the table should be read without implying any mathematical context other than a multi-line display
Applicability: mtable
continued-row
Effect: indicates that the row continues an equation wrapped from the row above