real-inf
-- r7rs
Type number-inf
;inexact-number-not-nan
;inexact-number
;number
;number-not-nan
;inexact-complex-not-nan
;inexact-complex
;complex
;complex-not-nan
;inexact-real
;real
;real-not-nan
;number?
;integer?
;real?
;rational?
;complex?
;exact?
;inexact?
;exact-integer?
;zero?
;=
;+
;-
;*
;/
;expt
;square
;inexact
;sqrt
;exp
;log
;sin
;cos
;tan
;asin
;acos
;atan
;number->string
;<
;<=
;>=
;>
;positive?
;negative?
;abs
;floor/
;floor-quotient
;floor-remainder
;truncate/
;truncate-quotient
;truncate-remainder
;min
;max
;finite?
;infinite?
;nan?
;Note: These definitions consume an input that is a super-type.
(lambda (value) (and (real? value) (infinite? value)))