summaryrefslogtreecommitdiff
path: root/tests/02unit_functions/abs_d
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02unit_functions/abs_d')
-rw-r--r--tests/02unit_functions/abs_d5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/02unit_functions/abs_d b/tests/02unit_functions/abs_d
new file mode 100644
index 0000000..7f653d2
--- /dev/null
+++ b/tests/02unit_functions/abs_d
@@ -0,0 +1,5 @@
+T=d f ld mf
+V=x
+R=-400, 400, 0.5
+F=abs(x)
+C=x<0 ? -x : x