s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
ExactFloat.isInf
s2
util
math
exactfloat
ExactFloat
Return true if this value is infinity (positive or negative).
struct
ExactFloat
const nothrow @
nogc
pure
bool
isInf
(
)
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
Return true if this value is infinity (positive or negative).