Operators

÷

Supported By

Syntax

expression ÷ expression

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

Description

The ÷ operator evaluates to the quotient 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.

Synonym

/

See Also

divide, quot, div, rem, mod