mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-29 01:39:41 +03:00
4 lines
70 B
C
4 lines
70 B
C
|
#include <math.h>
|
||
|
float expf (float x)
|
||
|
{return (float) exp (x);}
|