summaryrefslogtreecommitdiff
path: root/tests/lib/libm/t_tan.c
AgeCommit message (Expand)Author
2018-11-07Disable x87 implementations of sin, cos, tan.riastradh
2018-11-07Fix up libm tests.riastradh
2014-03-03Remove all cargo-cult #ifndef __vax__ from the tests, that just papermartin
2011-09-15#ifdef on __vax__ one more place, to avoid reference to tanf() for vax.he
2011-09-14Additions to PR lib/45362: the float variants cosf(3), sinf(3), and tanf(3)jruoho
2011-09-14Use fabsf(3) when appropriate.jruoho
2011-09-14Some tests for sine, cosine, and tangent.jruoho