mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
ProdAccumulator.this
mir
math
numeric
ProdAccumulator
Constructs a ProdAccumulator with the given initial value.
(community summary)
this
(F value)
struct
ProdAccumulator
(T)
@
safe
pure @
nogc
nothrow
this
(
F
value
)
if
(
isFloatingPoint
!
T
)
this
(long exp, F x)
mir
math
numeric
ProdAccumulator
aliases
mantissa
constructors
this
functions
ldexp
opUnary
prod
put
variables
exp
x
Constructs a ProdAccumulator with the given initial value. (community summary)