Operators

·

Supported By

Syntax

expression · expression

Each expression yields an integer, a number, or a complex.

Description

The · operator evaluates to the product of the given values.

Note

If either given value is a complex, the evaluated value will be a complex. Otherwise, the evaluated value will be a number.

Synonyms

*, ×

See Also

multiply, prod, product