Sets the s variable to the value of the function.
|
|
Begins the Summation() loop.
|
|
Sets i to 1.
|
|
Sets the limit of i to 10.
|
|
All values of i from 1 to 10 are added together, resulting in 55.
|
|
This behavior is similar to Σ in the Formula Editor. The following expression:
Summation( i = 1, N Row(), x ^ 2 );