/[avr-libc]/avr-libc/libm/fplib/tanh.S
ViewVC logotype

Diff of /avr-libc/libm/fplib/tanh.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by joerg_wunsch, Thu Jun 30 22:31:07 2005 UTC revision 1.6 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 50  Line 50 
50   * if exp(x) +- exp(-x) == exp(x) => exp(2x) +- 1 == exp(2x) => exp(2x) >= 2^24 -> x = ln(2^24)/2   * if exp(x) +- exp(-x) == exp(x) => exp(2x) +- 1 == exp(2x) => exp(2x) >= 2^24 -> x = ln(2^24)/2
51   */   */
52    
53  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
54    
55  #include "gasava.inc"  #include "gasava.inc"
56  #include "macros.inc"  #include "macros.inc"
# Line 116  GLOBAL(tanh) Line 116  GLOBAL(tanh)
116    
117            ENDFUNC            ENDFUNC
118    
119  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26