summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/tanf.h
blob: 6e10186c3ed6ab9974d8dade40ecd9bac68a0957 (plain)
1
2
3
4
5
6
#include "headers/tanf4.h"

static __inline float _tanf(float angle)
{
  return spu_extract(_tanf4(spu_promote(angle, 0)), 0);
}