Math
Mathematical operations and calculations
Math
Mathematical operations and calculations
Functions
abs: Returns the absolute value of a number.average: Calculates the average of an array of numbers.ceil: Rounds a number up to the nearest integer.floor: Rounds a number down to the nearest integer.max: Finds the maximum value in an array of numbers.min: Finds the minimum value in an array of numbers.power: Returns the value of a number raised to a power.random: Generates a random number between 0 (inclusive) and 1 (exclusive).round: Rounds a number to the nearest integer or to specified decimal places.sqrt: Returns the square root of a number.sum: Calculates the sum of an array of numbers.
Transforms
abs: Returns the absolute value of a number.average: Calculates the average of an array of numbers.ceil: Rounds a number up to the nearest integer.floor: Rounds a number down to the nearest integer.max: Finds the maximum value in an array of numbers.min: Finds the minimum value in an array of numbers.power: Returns the value of a number raised to a power.round: Rounds a number to the nearest integer or to specified decimal places.sqrt: Returns the square root of a number.sum: Calculates the sum of an array of numbers.