summaryrefslogtreecommitdiff
path: root/sys/src/libc/386/387/tan.s
blob: 01d9cdab189163e038069995e616e60766c37564 (plain)
1
2
3
4
5
TEXT	tan(SB), $0
	FMOVD	a+0(FP), F0
	FPTAN
	FMOVDP	F0, F0		/* get rid of extra 1.0 */
	RET