Free cookie consent management tool by TermsFeed sumsq() Function
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, Nov 10, 2023 (03:42:48 PM)

sumsq() Function

FEEDBACK