Skip to content

Commit 05a9781

Browse files
ZERICO2005mateoconlechuga
authored andcommitted
typo
1 parent 01fdc47 commit 05a9781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libc/expm1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <math.h>
22

3-
float M_expm1f(const float x)
3+
float expm1f(const float x)
44
{
55
#if 1
66
/**

0 commit comments

Comments
 (0)