guile.guile
Number.Complex
bindings
val complex_p : scm -> scm
complex_p v returns #t if v is a complex number and #f otherwise.
complex_p v
v
val is_complex : scm -> bool
is_complex v returns true if v is a complex number and false otherwise.
is_complex v