summaryrefslogtreecommitdiff
path: root/tests/99misc/45
diff options
context:
space:
mode:
Diffstat (limited to 'tests/99misc/45')
-rw-r--r--tests/99misc/455
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/99misc/45 b/tests/99misc/45
new file mode 100644
index 0000000..8e15094
--- /dev/null
+++ b/tests/99misc/45
@@ -0,0 +1,5 @@
+T=d f ld mf
+V=x
+R=-10,10,.025
+F=(x^2)^(1/7) + 1.1*(x^4)^(1/5) + 1.2*(x^6)^(1/3)
+C=fp_pow(x*x, 1/7) + 1.1*fp_pow(x*x*x*x, 1/5) + 1.2*fp_pow(x*x*x*x*x*x, 1/3)