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.