summaryrefslogtreecommitdiff
path: root/tests/50regressions/42
diff options
context:
space:
mode:
Diffstat (limited to 'tests/50regressions/42')
-rw-r--r--tests/50regressions/427
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/50regressions/42 b/tests/50regressions/42
new file mode 100644
index 0000000..17e284e
--- /dev/null
+++ b/tests/50regressions/42
@@ -0,0 +1,7 @@
+# See "What's new in v3.2" for this regression. hypot() is unrelated.
+
+T=d f ld mf
+V=x,y
+R=-3,3,.25
+F=sqrt(x*x) + 1.5*((y*y)^.25) + hypot(x,y)
+C=fp_sqrt(x*x) + 1.5*(fp_pow(y*y, 0.25)) + fp_hypot(x,y)