forked from KolibriOS/kolibrios
release ktcc 0.9.26
git-svn-id: svn://kolibrios.org@6424 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
15
programs/develop/ktcc/trunk/libc/math/atan.asm
Normal file
15
programs/develop/ktcc/trunk/libc/math/atan.asm
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
format ELF
|
||||
include 'proc32.inc'
|
||||
section '.text' executable
|
||||
|
||||
public atan_ as "atan"
|
||||
|
||||
atan_:
|
||||
|
||||
fld qword[esp+4]
|
||||
fld1
|
||||
fpatan
|
||||
|
||||
ret
|
||||
|
Reference in New Issue
Block a user