patientzhou / math-neon

Automatically exported from code.google.com/p/math-neon
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 ira...@gmail.com on 4 Nov 2010 at 2:06

GoogleCodeExporter commented 9 years ago
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 ira...@gmail.com on 4 Nov 2010 at 3:08