Newer
Older
little-o / src / lib / libc_old / math / atan.c
@reddawg reddawg on 11 Oct 2005 64 bytes Removed
#include <math.h>

double atan(double val) {
  return(val);
  }