mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
ProdAccumulator.put
mir
math
numeric
ProdAccumulator
Adds a value to the product accumulator.
(community summary)
void
put
(U e)
struct
ProdAccumulator
(T)
@
safe
pure @
nogc
nothrow
void
put
(
U
)
(
U
e
)
if
(
is
(
U
:
T
)
)
if
(
isFloatingPoint
!
T
)
void
put
(ProdAccumulator!T value)
void
put
(Range r)
void
put
(Range r)
mir
math
numeric
ProdAccumulator
aliases
mantissa
constructors
this
functions
ldexp
opUnary
prod
put
variables
exp
x
Adds a value to the product accumulator. (community summary)