summaryrefslogblamecommitdiff
path: root/src/math/i386/atanl.s
blob: c508bc465b1a510efca440808bc88fe6c2a7d426 (plain) (tree)
1
2
3
4
5
6
7






                     
.global atanl
.type atanl,@function
atanl:
	fldt 4(%esp)
	fld1
	fpatan
	ret