summaryrefslogtreecommitdiff
path: root/src/math/i386/atan.s
blob: 7e28b39510140703ade798cb5a034f12efd54c23 (plain) (blame)
1
2
3
4
5
6
7
.global atan
.type atan,@function
atan:
	fldl 4(%esp)
	fld1
	fpatan
	ret