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

Function tan

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

Source from the content-addressed store, hash-verified

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
76}

Callers 1

tanfFunction · 0.70

Calls 1

tanfFunction · 0.85

Tested by

no test coverage detected