Website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop for Employees
Implementing ChartHop
ChartHop for Administrators
Carrot reference
ChartHop for Developers
Partners
Release notes
Resources
Docs powered by Archbee
Website logo
Carrot reference
...
Elements of Carrot expressions
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

  • Number
  • * (multiply)



Updated 04 Oct 2023
Did this page help you?
PREVIOUS
* (multiply)
NEXT
% (modulus)
Docs powered by Archbee
TABLE OF CONTENTS
Syntax
Sample usage
Supported data types
See also
Docs powered by Archbee