aboutsummaryrefslogtreecommitdiff
path: root/celt/mathops.c
diff options
context:
space:
mode:
Diffstat (limited to 'celt/mathops.c')
-rw-r--r--celt/mathops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/celt/mathops.c b/celt/mathops.c
index 78b52cc8..6ee9b9e1 100644
--- a/celt/mathops.c
+++ b/celt/mathops.c
@@ -38,7 +38,8 @@
#include "mathops.h"
/*Compute floor(sqrt(_val)) with exact arithmetic.
- This has been tested on all possible 32-bit inputs.*/
+ _val must be greater than 0.
+ This has been tested on all possible 32-bit inputs greater than 0.*/
unsigned isqrt32(opus_uint32 _val){
unsigned b;
unsigned g;