Returns the product of the arguments.
Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|
z1 | z2 | -> | z1z2 |
[[ matrix ]] | [ array ] | -> | [[ matrix × array ]] |
z | [ array ] | -> | [ z × array ] |
[ array ] | z | -> | [ array × z ] |
z | 'symb' | -> | 'z * symb' |
'symb' | z | -> | 'symb * z' |
'symb1' | 'symb2' | -> | 'symb1 * symb2' |
#n1 | n2 | -> | #n3 |
n1 | #n2 | -> | #n3 |
#n1 | #n2 | -> | #n3 |
x_unit | y_unit | -> | xy_unitx × unity |
x | y_unit | -> | xy_unit |
x_unit | y | -> | xy_unit |
'symb' | x_unit | -> | 'symb * x_unit' |
x_unit | 'symb' | -> | 'x_unit * symb' |