Files
2010-07-27 16:58:17 +00:00

10 lines
172 B
C

#include <proto/mathieeedoubtrans.h>
#include "stabs.h"
double log2(double x) {
return (IEEEDPLog(x) * 1.44269504088896340736);
}
ALIAS(log2f,log2);
ALIAS(log2l,log2);