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

Use unions to access the high and low parts of a double and update

routine names.

 * fdlibm.h:
  * Correct the names for sin, cos, and tan; they have fdlibm_ prefix.
  * Declare fdlibm_expm1 and __ieee754_exp.
 * e_cosh.c:
  * Use unions
  * Call fdlibm_expm1 instead of expm1.
 * e_sinh.c:
  * Use unions
  * Call fdlibm_expm1 instead of expm1.
 * s_tanh.c:
  * Use unions
  * Call fdlibm_expm1 instead of expm1.
parent f399fc8d
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