When using asin(x)
sometimes due to roundoff during calculation, x may be out of the range
-1,+1
for example when using x=y/pow(y*y,1/2)
with y= 50000 x=1.0000000000000000100
The problem is that asin(x) doesnt generate an error if x>1
so a test of x must be done before calculation of asin
--------------------------------
jfk### [at] chimieu-strasbgfr
Post a reply to this message
|