Newer
Older
ubixos / src / lib / libc_old / math / atan.c
@reddawg reddawg on 16 Jan 2007 64 bytes UbixOS
#include <math.h>

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