sumsq() Function

Function

sumsq( number )

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

Parameters

Keyword Type Description

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: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK