Description
This RFC proposes the refactoring of math/base/special/cabsf to follow latest project conventions. currently the function doesn't support stdlib_complex64_t types in C and it doesn't even have a native addon. to solve this issue we must:
- refactor C files to make use of
stdlib-complex64_t
- write the native addons for the same
- update tests, docs examples and benchmarks according to latest project conventions
this will help us in incorporating this function as a dependency in other functions which can't be done right now since this function only supports the native C complex type instead of stdlib_complex64_t
Related Issues
None.
Questions
No.
Other
No.
Checklist