Newer
Older
UbixOS / src / lib / libc_old / math / atan.c
#include <math.h>

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