phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
CustomFloat.opAssign
std
numeric
CustomFloat
Assigns from any
real
compatible type.
void
opAssign
(F input)
void
opAssign
(F input)
struct
CustomFloat
(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
void
opAssign
(
F
)
(
F
input
)
if
(
__traits(
compiles
, cast(
real
)
input
)
)
if
(
isCorrectCustomFloat
(
precision
,
exponentWidth
,
flags
)
)
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
Assigns from any real compatible type.