ProdAccumulator.this

Constructs a ProdAccumulator from a single value or from an exponent and mantissa. (community summary)

  1. this(F value)
  2. this(long exp, F x)
    struct ProdAccumulator(T)
    @safe pure @nogc nothrow
    this
    (
    long exp
    ,
    F x
    )
    if (
    isFloatingPoint!T
    )