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: Fri, May 26, 2023 (08:43:20 PM)

On This Page

FEEDBACK