diff options
Diffstat (limited to 'src/userspace/libc/math.h')
-rw-r--r-- | src/userspace/libc/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userspace/libc/math.h b/src/userspace/libc/math.h index a2010c9..0ecde4e 100644 --- a/src/userspace/libc/math.h +++ b/src/userspace/libc/math.h @@ -8,6 +8,7 @@ // Exponential and logarithmic // Power +int pow(int base, int exp); // Error and gamma |