home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / math / atan.s < prev    next >
Encoding:
Text File  |  1994-11-23  |  127 b   |  9 lines

  1. /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
  2.     .globl    _atan
  3. _atan:
  4.     fldl    4(%esp)
  5.     fld1
  6.     fpatan
  7.     ret
  8.  
  9.