diff options
Diffstat (limited to 'include/sys_math.h')
| -rw-r--r-- | include/sys_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
