Sum_squared
  • 27 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Sum_squared

  • Dark
    Light
  • PDF

Article Summary

Given a list of numbers, returns the sum of the squares of the numbers.

Function signature

SUM_SQUARED(values: Array) => Number
ParameterDescription
ValuesList of numeric values

Examples

FormulaReturn value
SUM_SQUARED([10, 20, 30])1400

Was this article helpful?

What's Next