mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-13 12:10:40 +00:00
9 lines
138 B
C
9 lines
138 B
C
#include <proto/mathieeedoubtrans.h>
|
|
#include "stabs.h"
|
|
|
|
double exp(double x)
|
|
{ return IEEEDPExp(x); }
|
|
|
|
ALIAS(expf,exp);
|
|
ALIAS(expl,exp);
|