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

pow(0.5) is not working #222

Open
huahuayu opened this issue Mar 17, 2021 · 7 comments
Open

pow(0.5) is not working #222

huahuayu opened this issue Mar 17, 2021 · 7 comments

Comments

@huahuayu
Copy link

hi, pow(0.5) is not working that is say sqrt() is not working, I see someone has raised PR, why not merge it?

@mwoss
Copy link
Member

mwoss commented Mar 17, 2021

Hi!
Yup, Pow still misfunction. As far as I remember I didn't merge PR with sqrt as it was missing unit tests. I can check if this functionality is working correctly and if so merge it to master and write tests itself. Will check in the free time.

@huahuayu
Copy link
Author

how it's going?

@mwoss
Copy link
Member

mwoss commented Mar 25, 2021

Sorry, I had no time to do anything with decimal last week. I will try to validate the correctness of implementation #130 tomorrow.

@huahuayu
Copy link
Author

Sorry, I had no time to do anything with decimal last week. I will try to validate the correctness of implementation #130 tomorrow.

don't worry, take your time.

@LexRiver
Copy link

do not work for me also

@mwoss
Copy link
Member

mwoss commented Jul 1, 2021

Yes, that's right. This issue is still not fixed. I was working on that some time ago and I've already prepared an implementation of exp funcs #229 that will be used for proper Pow implementation, but I had to switch my focus lately on my Master Thesis.
I will get back to it after the defense.

@mwoss
Copy link
Member

mwoss commented Apr 2, 2024

I've finally implemented an improved Pow method. Please take a look at this comment: #55 (comment)

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

No branches or pull requests

3 participants