Math
“Math” robots for Bitrix24 business processes — ready-made activities for the workflow designer.
Math
Percentage of a number
Calculates a percentage of a number, adds or subtracts a percentage. E.g.: 15% discount, 20% VAT, markup.
MathRound up / down (ceil / floor)
Always rounds up (ceil) or always down (floor). Useful for calculating box counts, days, and units.
MathCompare two numbers (max / min)
Compares two numbers and returns the greater, the lesser, and the comparison result.
MathModulo / divisibility check
Calculates the remainder of integer division and checks divisibility. Useful for even/odd checks, intervals, and batch splitting.
MathRound number (to N decimal places)
Rounds a number to the specified number of decimal places. Supports negative precision (to tens, hundreds, etc.).