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

Implementation of "f64_pow" is incomplete #3

Open
chikuwait opened this issue Aug 30, 2017 · 1 comment
Open

Implementation of "f64_pow" is incomplete #3

chikuwait opened this issue Aug 30, 2017 · 1 comment

Comments

@chikuwait
Copy link
Owner

chikuwait commented Aug 30, 2017

The pow function existing in math.h in libC is 2.0 when passed as 4.0 and 0.5 as arguments. However, in my implementation there is a problem that the values ​​do not match because the value of the second argument is cast to an integer type.

@chikuwait
Copy link
Owner Author

chikuwait commented Feb 9, 2018

This problem can be solved by making full operation by porting fdlibm's pow function using the SoftFloat library

@chikuwait chikuwait changed the title f64_powの実装が不完全 Implementation of f64_pow is incomplete Feb 15, 2018
@chikuwait chikuwait changed the title Implementation of f64_pow is incomplete Implementation of "f64_pow" is incomplete Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant