From 2ecf3d6345004f696656eceb320c44a07bfbd4fa Mon Sep 17 00:00:00 2001 From: MegaIDK <125525714+MegaIDK@users.noreply.github.com> Date: Fri, 22 Sep 2023 03:24:47 -0300 Subject: ac_mbg OK but no data (#101) * ac_mbg WIP * format * todo * removed unnecessary commented data --- include/sys_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys_math.h') diff --git a/include/sys_math.h b/include/sys_math.h index 028151f..c78155c 100644 --- a/include/sys_math.h +++ b/include/sys_math.h @@ -15,7 +15,7 @@ // void ffact(); // void ifact(); // void powi(); -// void sinf_table(); +f32 sinf_table(f32); // void cosf_table(); // void tanf_table(); -- cgit v1.2.3