fsum.fsum

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ForeachType!Range fsum(Range r)
    template fsum(Summation summation = Summation.Precise)
    ForeachType!Range
    fsum
    (
    Range
    )
    (
    Range r
    )
    if (
    isSummable!(Range, Unqual!(ForeachType!Range))
    )
  2. F fsum(F seed, Range r)
  3. template fsum(F, Summation summation = Summation.Precise)

Meta