exact-complexes
Not all Schemes support exact complex numbers.
This choice is tested for by running
(number? (string->number "1+i"))
(exact? 1+1i)
in each Scheme.
#t
#f