phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
CustomFloat.opCast
std
numeric
CustomFloat
Fetches the stored value either as a
float
,
double
or
real
.
struct
CustomFloat
(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
alias
opCast
=
get
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
Fetches the stored value either as a float, double or real.