Newer
Older
ubixos-old / src / lib / libc_old / math / atan.c
@reddawg reddawg on 15 Apr 2004 64 bytes UbixOS v1.0
#include <math.h>

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