MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / tanf

Function tanf

include/std/math.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70extern inline float cosf(float x) { return ::cos(x); }
71extern inline float sinf(float x) { return ::sin(x); }
72extern inline float tanf(float x) { return ::tan(x); }
73extern inline float tan(float x) { return tanf(x); }
74#endif
75#ifdef __cplusplus

Callers 2

itanFunction · 0.85
tanFunction · 0.85

Calls 1

tanFunction · 0.70

Tested by

no test coverage detected