× (multiplication sign)
Multiplication Operator
The following may be used for multiplication:
- An asterisk (
*) - The letter "x" (
x) (Added in SenseTalk 1.67) - The Unicode multiplication symbol × (Added in SenseTalk 1.67)
Examples:
Using the × symbol:
put 2 × pi × radius into circumference
Using the letter x:
put 6 x 8 --> 48
Usign an asterisk (*):
put 15 * 2 --> 30
Synonyms:
timesmultiplied by
Related Terms
Related terms in the SenseTalk Dictionary:
note
This page is under construction: it has not been reviewed for completeness.