Skip to content

[RFC]: refactor math/base/special/cabsf to follow latest project conventions. #3357

@aayush0325

Description

@aayush0325

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

  • I have read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • The issue name begins with RFC:.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions