Newer
Older
ubix2 / src / lib / libc_old / math / atan.c
@reddawg reddawg on 1 Jun 2006 64 bytes ubix2
#include <math.h>

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