sumsq() Function

Squares each number and then returns the sum of the squares.

Syntax

sumsq( number, … )

number: (Decimal Array) A number or array of numbers that will be squared before being added into the final sum.

Returns

Decimal

Examples

sumsq(3,4) returns 25

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK