aboutsummaryrefslogtreecommitdiff
path: root/maths.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-09-30 22:12:53 +1000
committerquou <quou@disroot.org>2024-09-30 22:13:01 +1000
commitde9a4fd93343d4654dfe7e2a566704644a9f306f (patch)
tree5c666430b8cd189c9a48c303dbe018e4cc69cb15 /maths.h
parent3aa1183d3f9032d1d17c295e3f3a1dbeab57ab66 (diff)
square root
Diffstat (limited to 'maths.h')
-rw-r--r--maths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/maths.h b/maths.h
index bd87839..d81115f 100644
--- a/maths.h
+++ b/maths.h
@@ -18,5 +18,6 @@ extern int sin_table[sin_table_count];
extern int cos_table[sin_table_count];
void init_maths(void);
+int fxsqrt(int n);
#endif