MCPcopy Create free account
hub / github.com/doldecomp/mkdd / cosf

Function cosf

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

Source from the content-addressed store, hash-verified

68
69extern inline float atan2f(float y, float x) { return ::atan2(y, x); }
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); }

Callers 4

moveMethod · 0.50
localMoveMethod · 0.50
setRotateMethod · 0.50
setEulerXYZMethod · 0.50

Calls 1

cosFunction · 0.85

Tested by

no test coverage detected