This is atan.c in view mode; [Download] [Up]
double atan(x) double x; { double atan2(); return(atan2(x,1.)); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.