package guile

  1. Overview
  2. Docs
val complex_p : scm -> scm

complex_p v returns #t if v is a complex number and #f otherwise.

val is_complex : scm -> bool

is_complex v returns true if v is a complex number and false otherwise.