s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
ExactFloat.opBinary
s2
util
math
exactfloat
ExactFloat
Addition.
ExactFloat
opBinary
(ExactFloat b)
struct
ExactFloat
const nothrow
ExactFloat
opBinary
(
string
op
)
(
in
ExactFloat
b
)
if
(
op
== "+"
)
ExactFloat
opBinary
(ExactFloat b)
ExactFloat
opBinary
(ExactFloat b)
ExactFloat
opBinary
(T b)
Meta
Source
See Implementation
s2
util
math
exactfloat
ExactFloat
constructors
this
enums
RoundingMode
functions
abs
exp
fabs
isFinite
isInf
isNan
isNormal
isZero
opAssign
opBinary
opBinaryRight
opCmp
opEquals
opOpAssign
opUnary
roundToMaxPrec
scaleAndCompare
setInf
setNan
setZero
toDouble
toHash
toString
toStringWithMaxDigits
toUniqueString
unsignedLess
properties
maxPrec
prec
sign
signBit
static functions
infinity
nan
numSignificantDigitsForPrec
signedZero
static variables
MAX_EXP
MAX_PREC
MIN_EXP
Addition.