summaryrefslogtreecommitdiff
path: root/tests/99misc/48
diff options
context:
space:
mode:
Diffstat (limited to 'tests/99misc/48')
-rw-r--r--tests/99misc/486
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/99misc/48 b/tests/99misc/48
new file mode 100644
index 0000000..a283522
--- /dev/null
+++ b/tests/99misc/48
@@ -0,0 +1,6 @@
+T=d f ld mf
+V=x
+R=2, 1e9, 1.2e7
+F=sinh((log(x)/5+1)*5) + 1.2*cosh((log(x)/log(2)+1)*log(2)) + !(x | !(x/4))
+C=fp_sinh((fp_log(x)/5+1)*5) + 1.2*fp_cosh((fp_log(x)/fp_log(2)+1)*fp_log(2)) + \
+ fp_not(fp_or(fp_truth(x), fp_not(x/4)))