website logo
Navigate through spaces
Carrot reference
⌘K
Carrot reference
Getting started with Carrot
Premade Carrot filters
Operator precedence
Expression truthiness
Carrot fields
Basic Org Information
Compensation
Job Changes
Permissions
Personal
Recruiting
Structure
Time off
Data types
Elements of Carrot expressions
Functions
Operators
Keywords
Aggregators
Docs powered by archbee 
website logo

% (modulus)

An operator used to calculate the remainder of a division operation.

Syntax

dividend % divisor

Sample usage

10 % 7 returns 3

Supported data types

  • Given two values of type Number, the modulus operator will return the remainder of the first value divided by the second value.

See also

  • Number
  • / (divide)
Updated 01 Feb 2023
Did this page help you?
Yes
No
UP NEXT
= (equals)
Docs powered by archbee