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

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

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

revision 1.6 by joerg_wunsch, Thu Jun 30 22:31:07 2005 UTC revision 1.7 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 48  Line 48 
48   * the formula tan(x) = 1/tan(PI/2 - x) is used for values > PI/4   * the formula tan(x) = 1/tan(PI/2 - x) is used for values > PI/4
49   */   */
50    
51  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
52    
53  #include "gasava.inc"  #include "gasava.inc"
54  #include "macros.inc"  #include "macros.inc"
# Line 167  table_tan:  DCB 3 ; no of table entries Line 167  table_tan:  DCB 3 ; no of table entries
167               DCB 0x7C, 0x06, 0x0C, 0x3E               DCB 0x7C, 0x06, 0x0C, 0x3E
168               DCB 0x7F, 0x00, 0x00, 0x00               DCB 0x7F, 0x00, 0x00, 0x00
169    
170  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

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

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