aboutsummaryrefslogtreecommitdiffstats
path: root/test/mpfrsqrt.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/mpfrsqrt.awk')
-rw-r--r--test/mpfrsqrt.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mpfrsqrt.awk b/test/mpfrsqrt.awk
index 3fb1f5f8..8cc416bb 100644
--- a/test/mpfrsqrt.awk
+++ b/test/mpfrsqrt.awk
@@ -9,6 +9,8 @@
#
# Running this program (sqrt-bug.awk):
# --------------------------------------------------------------------
+
+@load "intdiv"
BEGIN {
a=11111111111111111111111111111111111111111111111111111111111
print sqrt(a^2)