Carrot reference
Operators
/ (divide)
An operator used to divide one expression by another.
dividend / divisor
1 / 2 returns 0.5
- If a Number, Percent, or Money value is divided by a value of the same type, the quotient will be returned.
- If a Number, Percent, or Money value is divided by a Number or Percent value, the quotient will be returned with the same data type as the dividend.
Updated 04 Oct 2023
Did this page help you?