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

5 lines
88 B
C

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