summaryrefslogtreecommitdiff
path: root/tests/02unit_functions/atanhl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02unit_functions/atanhl')
-rw-r--r--tests/02unit_functions/atanhl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/02unit_functions/atanhl b/tests/02unit_functions/atanhl
new file mode 100644
index 0000000..ed6f206
--- /dev/null
+++ b/tests/02unit_functions/atanhl
@@ -0,0 +1,5 @@
+T=ld
+V=x
+R=-1, 1, 0.01
+F=atanh(x)
+C=logl( (1+x) / (1-x) ) * 0.5