Skip to content
  • Raymond Toy's avatar
    Use unions to access the high and low parts of a double and update · 917655e7
    Raymond Toy authored
    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.
    917655e7