sumsq( number )
Squares each number and then returns the sum of the squares.
Keyword | Type | Description |
---|---|---|
|
Decimal Array |
A number or array of numbers that will be squared before being added into the final sum. |
Decimal
sumsq(3,4)
returns 25