8000 Implement Power Module · Issue #8 · Rinzii/ccmath · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement Power Module #8

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

Open
2 of 8 tasks
Rinzii opened this issue Mar 4, 2024 · 1 comment
Open
2 of 8 tasks

Implement Power Module #8

Rinzii opened this issue Mar 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request tough issue This issue is exceptionally difficult to be handled while meeting the criterion of the library

Comments

@Rinzii
Copy link
Owner
Rinzii commented Mar 4, 2024

The power module currently has the following functions that need implementation or work done.

TODO:

Implement:

  • cbrt
  • hypot
  • pow
  • sqrt

Document:

  • cbrt
  • hypot
  • pow
  • sqrt

NOTES:

None currently.

@Rinzii Rinzii added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 4, 2024
@Rinzii Rinzii added this to the Road to v1.0.0 milestone Mar 4, 2024
@Rinzii Rinzii added the tough issue This issue is exceptionally difficult to be handled while meeting the criterion of the library label Mar 31, 2024
@Rinzii
Copy link
Owner Author
Rinzii commented Jun 4, 2024

I’ve been working heavily on the research and implementation of ccm::pow() but have been running into a lot of issues on how the implementation details will work. Currently, I only think I will be able to implement a version for both float and double. Implementing a solution for long double is not a simple task and I will likely not do as such since most compilers also don’t implement above double.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request tough issue This issue is exceptionally difficult to be handled while meeting the criterion of the library
Projects
None yet
Development

No branches or pull requests

1 participant
0