summaryrefslogtreecommitdiff
path: root/tests/99misc/47
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-25 21:08:35 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-25 21:08:35 +0200
commit8f8b19149d0136d58f0ebc6928fe7cbd376ef8bc (patch)
tree587ac9c23581f81a9bc8e21a7ba8019fa0c4c696 /tests/99misc/47
Import fparserc++_4.5.2.orig.tar.gz
[dgit import orig fparserc++_4.5.2.orig.tar.gz]
Diffstat (limited to 'tests/99misc/47')
-rw-r--r--tests/99misc/477
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/99misc/47 b/tests/99misc/47
new file mode 100644
index 0000000..7d7124a
--- /dev/null
+++ b/tests/99misc/47
@@ -0,0 +1,7 @@
+T=d f ld mf
+V=x,y
+R=-3, 3, .1
+F=1.25*(exp(x)+exp(-x)) + 1.5*(exp(y)-exp(-y)) + \
+ 1.75*((exp(-x)+exp(x))/2) + 2.0*((exp(-x)-exp(x))/2) + 2.25*(cosh(y)+sinh(y))
+C=1.25*(fp_exp(x)+fp_exp(-x)) + 1.5*(fp_exp(y)-fp_exp(-y)) + \
+ 1.75*((fp_exp(-x)+fp_exp(x))/2) + 2.0*((fp_exp(-x)-fp_exp(x))/2) + 2.25*(fp_cosh(y)+fp_sinh(y))