number-zero
-- r7rs
Type complex-zero
:
real-zero
:
rational-zero
:
number?
;integer?
;real?
;rational?
;complex?
;exact?
;inexact?
;exact-integer?
;=
;+
;*
;/
;expt
;square
;inexact
;exp
;log
;sin
;cos
;tan
;asin
;acos
;atan
;number->string
;<
;<=
;>=
;>
;exact
;finite?
;infinite?
;nan?
;Note: These definitions consume an input that is a super-type.
-
;abs
;imag-part
;angle
;sqrt
;numerator
;exact-integer-sqrt
;length
;vector-length
;string-length
;bytevector-length
;Note: These definitions produce an output that is a sub-type.
(lambda (value) (and (number? value) (zero? value)))