ftp.nice.ch/pub/next/developer/hardware/m68k/libjv.1.0.N.s.tar.gz#/libjv/log10.c

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

double log10(x)
double x;
{
	return(log(x)*0.43429448190325182765);
}

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