kahan-sum ( seq -- n )


Vocabulary
math.extras

Inputs
seqa sequence


Outputs
na float


Word description
Calculates the summation of the sequence using the Kahan summation algorithm.

Definition