GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Fork
: 0
uBixOS
/
little-o
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
little-o
/
src
/
lib
/
libc_old
/
math
/ sqrt.c
reddawg
on 11 Oct 2005
64 bytes
Removed
Raw
Blame
History
#include <math.h> double sqrt(double val) { return(val); }