Newer
Older
UbixOS / lib / libc_old / math / atan.c
@Charlie Root Charlie Root on 31 Dec 2017 64 bytes Moving Files
#include <math.h>

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