chickadee
»
srfi-144
»
flnormalized?
Identifier search
flnormalized?
x
procedure
Tests whether the flonum
x
is normalized. (C11
isnormal
; in C99, use
fpclassify(x) == FP_NORMAL
)