Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC]: refactor math/base/special/cceilf to follow latest project conventions #3398

Open
3 tasks done
aayush0325 opened this issue Dec 10, 2024 · 1 comment · May be fixed by #3400
Open
3 tasks done

[RFC]: refactor math/base/special/cceilf to follow latest project conventions #3398

aayush0325 opened this issue Dec 10, 2024 · 1 comment · May be fixed by #3400

Comments

@aayush0325
Copy link
Contributor

Description

This RFC proposes refactoring of math/base/special/cceilf to follow latest project conventions. currently the function doesn't support stdlib_complex64_ttypes in C and it doesn't have a native addon. to solve this issue we must:

  • refactor C files to make use of stdlib_complex64_t
  • write native addons for the same
  • update tests, docs, examples and benchmarks according to latest project conventions.

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:.
@aayush0325
Copy link
Contributor Author

working on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant