diff options
author | Christian Cunningham <cc@localhost> | 2022-03-28 11:10:07 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-28 11:10:07 -0700 |
commit | 79fa96514f59e8999bbb74d66313ca13c1b3572a (patch) | |
tree | 5adcdd5665e763880f71ecbf9d381014eb2c486e /include | |
parent | 3e7833e4017c52ca54e6c8311d1aeb793796986c (diff) |
Output s rather than s^2
Diffstat (limited to 'include')
-rw-r--r-- | include/usr/math.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usr/math.h b/include/usr/math.h new file mode 100644 index 0000000..d3f9591 --- /dev/null +++ b/include/usr/math.h @@ -0,0 +1,6 @@ +#ifndef USR_MATH_H +#define USR_MATH_H + +unsigned long sqrt_rnd(unsigned long square); + +#endif |