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

asinf_c() does not seem to be giving correct results #3

Open
GoogleCodeExporter opened this issue Nov 11, 2015 · 1 comment
Open

asinf_c() does not seem to be giving correct results #3

GoogleCodeExporter opened this issue Nov 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Call asinf_c(x) 
2. Call system asinf(x) with same x
3. Compare the two results

What is the expected output? What do you see instead?
When x=-0.9193184972, the system call returns 0.20978982746601104736 and 
asinf_c() returns 0.48538914322853088379

What version of the product are you using? On what operating system?
Trunk version on iPhone simulator.

Please provide any additional information below.

Thanks,
Mike


Original issue reported on code.google.com by [email protected] on 4 Nov 2010 at 2:06

@GoogleCodeExporter
Copy link
Author

Sorry, programmer error. ( I had a rand() in a macro expansion that was feeding 
asinf() and asinf_c() different values. ) Please disregard the above post.

Original comment by [email protected] on 4 Nov 2010 at 3:08

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