ftp.nice.ch/pub/next/developer/hardware/m68k/SoftwareMathCoprocFor68040.2.0.N.sa.tar.gz#/libjv/log10.c

This is log10.c in view mode; [Download] [Up]

double jv_log10(x)
double x;
{
	double jv_log(double );
	return(jv_log(x)*0.43429448190325182765);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.