* (Math)

Multiplies the given values.

Arguments

factor0
is a natural or integer or real number.
factor1
must be of the same type as
factor0
.

Return values

product
of the two numbers.

Example

2 3 * print LF print 2.0 3.0 * print
Output:
6 6.000000