We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fdc47 commit 05a9781Copy full SHA for 05a9781
src/libc/expm1.c
@@ -1,6 +1,6 @@
1
#include <math.h>
2
3
-float M_expm1f(const float x)
+float expm1f(const float x)
4
{
5
#if 1
6
/**
0 commit comments