summaryrefslogtreecommitdiff
path: root/tests/99misc/41
diff options
context:
space:
mode:
Diffstat (limited to 'tests/99misc/41')
-rw-r--r--tests/99misc/4116
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/99misc/41 b/tests/99misc/41
new file mode 100644
index 0000000..16e06c8
--- /dev/null
+++ b/tests/99misc/41
@@ -0,0 +1,16 @@
+T=d ld mf
+V=x,y,z
+R=-2, 2, .15
+
+# This function is too complex for "float" accuracy
+
+F=x*3+x*y+x*z+x*sin(y*z) - \
+ (sin(x)+cos(y))*4 + \
+ (sin(x)+cos(y))*x + \
+ (sin(x)+cos(y))*y + \
+ (sin(x)+cos(y))*z
+C=x*3+x*y+x*z+x*fp_sin(y*z) - \
+ (fp_sin(x)+fp_cos(y))*4 + \
+ (fp_sin(x)+fp_cos(y))*x + \
+ (fp_sin(x)+fp_cos(y))*y + \
+ (fp_sin(x)+fp_cos(y))*z