summaryrefslogtreecommitdiff
path: root/tests/99misc/3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/99misc/3')
-rw-r--r--tests/99misc/35
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/99misc/3 b/tests/99misc/3
new file mode 100644
index 0000000..b34dee5
--- /dev/null
+++ b/tests/99misc/3
@@ -0,0 +1,5 @@
+T=d f ld mf
+V=x,y,z
+R=-7,7,.5
+F=(x=y & y=x)+ 1+2-3.1*4e2/.5 + x*x+y*y+z*z + (x&x) + (y|y)
+C=fp_and(fp_equal(x,y), fp_equal(y,x))+ 1.0+2.0-3.1*4e2/.5 + x*x+y*y+z*z + fp_and(x,x) + fp_or(y,y)