The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CustomFloat.opAssign
std
numeric
CustomFloat
Self assignment
void
opAssign
(F input)
struct
CustomFloat
(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
void
opAssign
(
F
:
CustomFloat
)
(
F
input
)
if
(
isCorrectCustomFloat
(
precision
,
exponentWidth
,
flags
)
)
void
opAssign
(F input)
Meta
Source
See Implementation
std
numeric
CustomFloat
aliases
opCast
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCmp
opOpAssign
opUnary
manifest constants
mant_dig
max_exp
min_exp
properties
dig
epsilon
get
im
infinity
max
max_10_exp
min_10_exp
min_normal
nan
re
templates
toString
Self assignment