amiga-libnix2/sources/math/trans/log.c

5 lines
84 B
C

#include <proto/mathieeedoubtrans.h>
double log(double x)
{ return IEEEDPLog(x); }