Actions
Feature #15066
closedDocumentation and providing better API for accessing Complex numbers functions in C extensions
Feature #15066:
Documentation and providing better API for accessing Complex numbers functions in C extensions
Status:
Closed
Assignee:
-
Target version:
-
Description
Currently there is absolutely no documentation for working with Complex numbers at the level of the C API.
Apart from two macros defined [here] for setting the real and imag
values of Complex numbers there is no 'official' way of working with Complex numbers at the level of the C API.
I propose two things:
- Fully document existing Complex number routines.
- Provide a robust and efficient API for dealing with complex numbers from C extensions.
Actions