summaryrefslogtreecommitdiff
path: root/tests/02unit_functions/acoshf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02unit_functions/acoshf')
-rw-r--r--tests/02unit_functions/acoshf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/02unit_functions/acoshf b/tests/02unit_functions/acoshf
new file mode 100644
index 0000000..889be64
--- /dev/null
+++ b/tests/02unit_functions/acoshf
@@ -0,0 +1,5 @@
+T=f
+V=x
+R=1, 400, 0.1
+F=acosh(x)
+C=logf(x + sqrtf(x*x - 1))