GMeanAccumulator.put

Accumulates data points from a single value or a range to compute the geometric mean. (community summary)

  1. void put(Range r)
  2. void put(T x)
    struct GMeanAccumulator(T)
    void
    put
    ()
    (
    T x
    )
    if (
    isMutable!T &&
    isFloatingPoint!T
    )