fsum.fsum

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

Meta