Carrot reference
Operators

/ (divide)

An operator used to divide one expression by another.

Syntax

dividend / divisor

Sample usage

1 / 2 returns 0.5

Supported data types

  • 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.

See also



Updated 04 Oct 2023
Doc contributor
Did this page help you?