real-not-zero
-- r7rs
Type rational-not-zero
:
integer-not-zero
:
exact-integer-not-zero
:
integer-positive
:
integer-negative
:
rational-positive
:
integer-positive
:
rational-negative
:
integer-negative
:
real-not-zero-not-nan
:
integer-not-zero
;exact-integer-not-zero
;real-positive
;real-positive-not-inf
;rational-positive
;integer-positive
;exact-integer-positive
;real-negative
;real-negative-not-inf
;rational-negative
;integer-negative
;exact-integer-negative
;range-length-not-zero
;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
;min
;max
;Note: These definitions consume an input that is a super-type.
(lambda (value) (and (real? value) (not (zero? value))))