Manuals/calci/SUMOFSQUARES
Jump to navigation
Jump to search
SUMOFSQUARES(a)
- is an array of numbers.
Description
- This function calculates the addition of squares of given set of numbers.
- Squaring is multiplying the number by itself.
Examples
- =SUMOFSQUARES(1..3)=14 (Calculates addition of squares of 1,2,3)
- =SUMOFSQUARES([2,5])=29
- =SUMOFSQUARES([4.5])= 20.25
- =SUMOFSQUARES([5,5,5])= 75
Related Videos
See Also
References