summaryrefslogtreecommitdiff
path: root/tests/01unit_operators/and_d
diff options
context:
space:
mode:
Diffstat (limited to 'tests/01unit_operators/and_d')
-rw-r--r--tests/01unit_operators/and_d6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/01unit_operators/and_d b/tests/01unit_operators/and_d
new file mode 100644
index 0000000..5f07962
--- /dev/null
+++ b/tests/01unit_operators/and_d
@@ -0,0 +1,6 @@
+T=d f ld mf cd cf cld
+V=x,y
+R=-1.75, 1.75, 0.25
+F=x&y
+C=Value_t( fp_abs(x) >= 0.5 ? fp_abs(y) >= 0.5 : 0 )
+