This module contains basic summation algorithms.
Summation algorithms.
Computes geometric mean of input range r.
Computes accurate sum of binary logarithms of input range r.
Output range for summation. Precise, KB2, KBN and Kahan algorithms are supported.
Computes sum of range.
See Source File std/numeric/summation.d
Boost License 1.0.
Ilya Yaroshenko
This module contains basic summation algorithms.