GNOME Bugzilla – Bug 697850
Burkardt test failures
Last modified: 2013-04-14 16:18:46 UTC
=atanh(0.999999) We get : 7.25432861924767 Ref val: 7.25432861926205 =owent(1,1) We get : -0.77446694421351 Ref val: 0.0667418821657 =owent(0.125,1) We get : -0.21932525063129 Ref val: 0.12376305449537
owent fixed.
atanh is an input problem: the rounding error on 0.999999 is big enough to cause this. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.
=r.pbeta(0.9,10,0.5) We get : 0.15164090963507 Ref val: 0.15164090963471 We only have 11.6 correct digits according to this --far less than other values. Why?
Fixed (in my tree).
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.