Skip to content
  1. Sep 01, 2015
    • Stefan Kolb's avatar
      libc/math/lib_asin.c: The function did not convert for some input values. ... · 5ac6de11
      Stefan Kolb authored
      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.
      5ac6de11
  2. Aug 31, 2015
  3. Aug 30, 2015
  4. Aug 29, 2015
  5. Aug 28, 2015
  6. Aug 27, 2015
  7. Aug 26, 2015
  8. Aug 25, 2015