Skip to content
Snippets Groups Projects
Commit 60d71b68 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix up the inverse hyperbolics.

 * 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.
parent 1b876280
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment