aboutsummaryrefslogtreecommitdiff
path: root/tests/bc/lib2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bc/lib2.txt')
-rw-r--r--tests/bc/lib2.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bc/lib2.txt b/tests/bc/lib2.txt
index 9fdf50d06141..076e62b8ea61 100644
--- a/tests/bc/lib2.txt
+++ b/tests/bc/lib2.txt
@@ -84,6 +84,12 @@ cbrt(27)
cbrt(-27)
cbrt(4096)
cbrt(-4096)
+root(0, 3)
+root(0, 4)
+root(0, 5)
+root(0.0000000000000, 3)
+root(0.0000000000000, 4)
+root(0.0000000000000, 5)
root(16, 4)
root(3125, 5)
root(-3125, 5)