GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
3
Releases
2
Fork
: 0
ohpnjrpnicow
/
UbixOS
Transfer to URL with SHA
Find file
Newer
Older
tree:
ca466e0c37
Branches
Tags
×
1.0-RELEASE
1.5-RELEASE
master
UbixOS
/
src
/
lib
/
libc_old
/
math
/ sqrt.c
Christopher W. Olsen
on 15 Nov 2017
64 bytes
Organizing Files
Raw
Blame
History
#include <math.h> double sqrt(double val) { return(val); }