From 79fa96514f59e8999bbb74d66313ca13c1b3572a Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Mon, 28 Mar 2022 11:10:07 -0700 Subject: Output s rather than s^2 --- include/usr/math.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/usr/math.h (limited to 'include') 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 -- cgit v1.2.1