summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 6ce793b3..f6deb1ce 100644
--- a/lib.h
+++ b/lib.h
@@ -424,7 +424,7 @@ val minv(val first, val rest);
val expt(val base, val exp);
val exptv(val nlist);
val exptmod(val base, val exp, val mod);
-val isqrt(val anum);
+val sqroot(val anum);
val gcd(val anum, val bnum);
val string_own(wchar_t *str);
val string(const wchar_t *str);