number-not-inf-not-nan
-- r7rs
Type exact-number
:
exact-complex
:
exact-real
:
number-zero
:
complex-zero
:
real-zero
:
complex-not-inf-not-nan
:
exact-complex
:
exact-real
:
complex-zero
:
real-zero
:
real-not-inf-not-nan
:
rational
:
exact-real
:
real-zero
:
inexact-real-not-inf-not-nan
:
inexact-complex-not-inf-not-nan
:
inexact-number-not-inf-not-nan
:
rational
;integer
;exact-complex
;exact-real
;exact-rational
;exact-integer
;inexact-rational
;inexact-integer
;complex-zero
;real-zero
;rational-zero
;integer-zero
;exact-integer-zero
;rational-not-zero
;integer-not-zero
;exact-integer-not-zero
;integer-even
;integer-odd
;real-not-inf-not-nan
;rational-positive
;integer-positive
;exact-integer-positive
;rational-negative
;integer-negative
;exact-integer-negative
;rational-positive-or-zero
;integer-positive-or-zero
;exact-integer-positive-or-zero
;rational-negative-or-zero
;integer-negative-or-zero
;exact-integer-negative-or-zero
;inexact-complex-not-inf-not-nan
;inexact-real-not-inf-not-nan
;code-point-unicode
;code-point-ascii
;range-value
;range-offset
;range-start
;range-end
;range-length
;range-length-zero
;range-length-not-zero
;byte
;byte-ascii
;number?
;integer?
;real?
;rational?
;complex?
;exact?
;inexact?
;exact-integer?
;zero?
;=
;+
;-
;*
;/
;expt
;square
;inexact
;sqrt
;exp
;log
;sin
;cos
;tan
;asin
;acos
;atan
;number->string
;<
;<=
;>=
;>
;Note: These definitions consume an input that is a super-type.
(lambda (value) (and (number? value) (not (infinite? value)) (not (nan? value))))