home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / astrnomy / de118i.zip / SQRTL.387 < prev    next >
Text File  |  1993-01-30  |  133b  |  12 lines

  1.     .file    "sqrtl.i"
  2. gcc2_compiled.:
  3. .text
  4. .globl _sqrtl
  5. _sqrtl:
  6.     pushl %ebp
  7.     movl %esp,%ebp
  8.     fldt 8(%ebp)
  9.     fsqrt
  10.     leave
  11.     ret
  12.