We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8707ea3 commit 4d3fc46Copy full SHA for 4d3fc46
lib/libm/math.c
@@ -116,6 +116,7 @@ float tanhf(float x) { return sinhf(x) / coshf(x); }
116
float acoshf(float x) { return 0.0; }
117
float asinhf(float x) { return 0.0; }
118
float atanhf(float x) { return 0.0; }
119
+float tanf(float x) { return 0.0; }
120
float acosf(float x) { return 0.0; }
121
float asinf(float x) { return 0.0; }
122
float fmodf(float x, float y) { return 0.0; }
0 commit comments