silverhammermba / emberb

A guide to Ruby's C API
http://silverhammermba.github.io/emberb
Creative Commons Attribution 4.0 International
212 stars 25 forks source link

Document interfacing with complex numbers #15

Closed v0dro closed 6 years ago

v0dro commented 6 years ago

There almost zero documentation on complex numbers even in the README.EXT file in the Ruby sources (except the name of the file in which complex numbers are present).

Documenting this would be very very helpful.

silverhammermba commented 6 years ago

Is there any particular catch to Complex numbers? Taking a look at intern.h, I see rb_complex_new and etc. Closing for the same reason as #12 but let me know if I should reopen.