Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
newlib
/
newlib
/
libm
/
machine
/
spu
/
wf_exp.c
blob: 9a0f905d03eb70affd5cda315ea9813d6a6ee90f [
file
]
#include
<math.h>
#include
"headers/expf.h"
float
expf
(
float
x
)
{
return
_expf
(
x
);
}