Skip to content
  • Raymond Toy's avatar
    Fix up the inverse hyperbolics. · 60d71b68
    Raymond Toy authored
     * fdlibm.h:
       * Declare fdlibm_log1p and __ieee754_log
     * e_acosh.c:
       * Use unions to get the parts of a double.
       * Use fdlibm_log1p instead of log1p.
     * e_atanh.c:
       * Use unions to get the parts of a double.
       * Use fdlibm_log1p instead of log1p.
     * s_asinh.c:
       * Rename from asinh to fdlibm_asinh.
       * Use unions to get the parts of a double.
       * Use fdlibm_log1p instead of log1p.
    60d71b68