mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
ProdAccumulator.this
mir
math
numeric
ProdAccumulator
Constructs a ProdAccumulator with the given initial value.
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.