Difference between revisions of "LIST STAT SUM SQUARES"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
|type=integer
|type=integer
|value=7
|value=7
|desc=Calculates the sum of the squares of the numbers in a list. That is, for each number ''N_i'' in a list of ''k'' elements, it calculates ''N_1*N_1 + N_2*N_2 + ... + N_k * N_k''.
|desc=Calculates the sum of the squares of the numbers in a list.
<lsl>
float sum_of_squares = llListStatistics( LIST_STAT_SUM_SQUARES, numList );
</lsl>
That is, for each number ''N_i'' in a list of ''k'' elements, it calculates ''N_1*N_1 + N_2*N_2 + ... + N_k * N_k''.
|pa=
|pa=
|text=
|text=

Revision as of 15:35, 10 April 2008