GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
6
Releases
Fork
: 0
uBixOS
/
ubixos
Transfer to URL with SHA
Find file
Newer
Older
tree:
0a57f1774c
Branches
Tags
×
UBIXOS-0.01
UBIXOS-0.5
UBIXOS-1.0
UBIXOS-OLD
UBIXOS-PRE
master
ubixos
/
src
/
lib
/
libc_old
/
math
/ atan.c
Charlie Root
on 31 Dec 2017
64 bytes
Sync
Raw
Blame
History
#include <math.h> double atan(double val) { return(val); }