9 lines
96 B
C
9 lines
96 B
C
#define __NO_DEFS
|
|
#include <math.h>
|
|
#include "lib.h"
|
|
|
|
double _exp(double x)
|
|
{
|
|
return exp(x);
|
|
}
|