Skip to content
Commit 5ac6de11 authored by Stefan Kolb's avatar Stefan Kolb Committed by Gregory Nutt
Browse files

libc/math/lib_asin.c: The function did not convert for some input values. ...

libc/math/lib_asin.c: The function did not convert for some input values.  Asin did not convert for values which do not belong to the domain of the function. But aside of that the function also did not convert for sine allowed values.  I achieved a conversion of the function by reducing the DBL_EPSION and by checking if the input value is in the domain of the function. This is a fix for the problem but the function should always terminate after a given number of iterations.  From Stefan Kolb.
parent bb385c24
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment