diff options
Diffstat (limited to 'apps/plugins/lib/fixedpoint.h')
| -rw-r--r-- | apps/plugins/lib/fixedpoint.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/lib/fixedpoint.h b/apps/plugins/lib/fixedpoint.h index ff773cb..c587989 100644 --- a/apps/plugins/lib/fixedpoint.h +++ b/apps/plugins/lib/fixedpoint.h @@ -21,4 +21,5 @@ long fsincos(unsigned long phase, long *cos); long fsqrt(long a, unsigned int fracbits); - +long cos_int(int val); +long sin_int(int val); |