You can search for identifiers within the package.
in-package search v0.2.0
bindings
guile.guile
Number.Complex
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