-
Notifications
You must be signed in to change notification settings - Fork 20k
[FEATURE REQUEST] <Feat: Enhance the pow methods in the Math library> #4893
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
Comments
Can you assign this issue to me |
I have made a pr request please review |
can I resolve this issue? if nobody is contributing on it rn |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions! |
What would you like to Propose?
I want to enhance the pow method in math, which currently only supports integer types, not double type data.
Issue details
Input number: x = 2.00000, n = 10
output: 1024.00000
Input number: x = 2.10000, n = 3
output:9.26100
Additional Information
No respose.
The text was updated successfully, but these errors were encountered: