Skip to main content

Math on Lists

Perform calculations on a list of numbers.

List Operation Block

Operations

  • Sum: Adds all numbers in the list.
  • Min: Finds the smallest number.
  • Max: Finds the largest number.
  • Average: Calculates the arithmetic mean.
  • Median: Finds the median value.
  • Modes: Finds the most common value(s) (returns a list).
  • Standard Deviation: Calculates standard deviation.
  • Random Item: Returns a random item from the list.