* (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
Output:
6
6.000000
Multiplies the given values.