Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

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