mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
ProdAccumulator.this
mir
math
numeric
ProdAccumulator
Constructs a ProdAccumulator from a single value or from an exponent and mantissa.
this
(F value)
this
(long exp, F x)
struct
ProdAccumulator
(T)
@
safe
pure @
nogc
nothrow
this
(
long
exp
,
F
x
)
if
(
isFloatingPoint
!
T
)
mir
math
numeric
ProdAccumulator
aliases
mantissa
constructors
this
functions
ldexp
opUnary
prod
put
variables
exp
x
Constructs a ProdAccumulator from a single value or from an exponent and mantissa.