Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tanf.h « headers « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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);
}