s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
ExactFloat.signBit
s2
util
math
exactfloat
ExactFloat
Return true if the sign bit is set (this includes negative zero).
struct
ExactFloat
@
property
const nothrow @
nogc
pure
bool
signBit
(
)
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 the sign bit is set (this includes negative zero).