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