summaryrefslogtreecommitdiff
path: root/tests/99misc/49
diff options
context:
space:
mode:
Diffstat (limited to 'tests/99misc/49')
-rw-r--r--tests/99misc/495
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/99misc/49 b/tests/99misc/49
new file mode 100644
index 0000000..a2dfcb1
--- /dev/null
+++ b/tests/99misc/49
@@ -0,0 +1,5 @@
+T=d f ld mf
+V=x
+R=-100, 100, .05
+F=atan2(0, x) + (-4*(x-100))^3.3
+C=fp_atan2(0, x) + fp_pow(-4*(x-100), 3.3)