> r7rs-small defines some, for example exact-complex. Maybe I'm just
> missing something.
You can use (library (scheme complex)) and (library (scheme inexact)) to determine the presence of complex and inexact numbers, which is why there are no features for them.