summaryrefslogtreecommitdiff
path: root/tests/atanh.dat
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-09-30 09:17:46 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-09-30 09:17:46 +0000
commit2cc15bdcc3a08dd1d9c23ae999cce35cdc187607 (patch)
treeb396e22560336e7f924d1f952d1f75a766af3924 /tests/atanh.dat
parent1c14dcdd7eb6d920658f2a8abc967e7cb419ab43 (diff)
downloadmpc-2cc15bdcc3a08dd1d9c23ae999cce35cdc187607.tar.gz
merged inverse trigonometric and inverse hyperbolic functions from branch
feature-inverse-trigo git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@685 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/atanh.dat')
-rw-r--r--tests/atanh.dat112
1 files changed, 112 insertions, 0 deletions
diff --git a/tests/atanh.dat b/tests/atanh.dat
new file mode 100644
index 0000000..15f873e
--- /dev/null
+++ b/tests/atanh.dat
@@ -0,0 +1,112 @@
+# Data file for mpc_atanh.
+#
+# Copyright (C) 2009 Philippe Th\'eveny, Paul Zimmermann
+#
+# This file is part of the MPC Library.
+#
+# The MPC Library is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or (at your
+# option) any later version.
+#
+# The MPC Library is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+# License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with the MPC Library; see the file COPYING.LIB. If not, write to
+# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+# MA 02111-1307, USA.
+#
+# The line format respects the parameter order in function prototype as
+# follow:
+#
+# INEX_RE INEX_IM PREC_ROP_RE ROP_RE PREC_ROP_IM ROP_IM PREC_OP_RE OP_RE PREC_OP_IM OP_IM RND_RE RND_IM
+#
+# where op = op_re + i * op_im, rop = rop_re + i * rop_im,
+# rop_re is ROP_RE rounded to nearest to the precision of PREC_ROP_RE
+# rop_im is ROP_IM rounded to nearest to the precision of PREC_ROP_IM
+# op_re is OP_RE rounded to nearest to the precision of PREC_OP_RE
+# op_im is OP_IM rounded to nearest to the precision of PREC_OP_IM
+# ROP_RE is checked against Re(atan op) rounded to the precision PREC_ROP_RE
+# in the direction RND_RE
+# ROP_IM is checked against Im(atan op) rounded to the precision PREC_ROP_IM
+# in the direction RND_IM
+# INEX_RE is the ternary value for the real part with the following notation:
+# "?" ternary value not checked
+# "+" if ROP_RE is greater than the exact mathematical result
+# "0" if ROP_RE is exactly the mathematical result
+# "-" if ROP_RE is less than the exact mathematical result
+# (m.m. INEX_IM)
+# rounding modes notation:
+# "N" is rounding to nearest
+# "Z" is rounding towards zero
+# "U" is rounding towards plus infinity
+# "D" is rounding towards minus infinity
+# Use prefixes "0b" for values in base two, "0x" for values in base sixteen,
+# no prefix for value in base ten.
+# In all bases, "nan" is NaN, "inf" is infinity;
+# The sign of the result is checked with "+inf", "-inf", "-0", or "+0".
+
+# special values (following ISO C99 standard)
+0 + 53 -0 53 -0x1921FB54442D18p-52 53 -inf 53 -inf N N
+0 + 53 -0 53 -0x1921FB54442D18p-52 53 -inf 53 -1 N N
+0 + 53 -0 53 -0x1921FB54442D18p-52 53 -inf 53 -0 N N
+0 - 53 -0 53 +0x1921FB54442D18p-52 53 -inf 53 +0 N N
+0 - 53 -0 53 +0x1921FB54442D18p-52 53 -inf 53 +1 N N
+0 - 53 -0 53 +0x1921FB54442D18p-52 53 -inf 53 +inf N N
+0 0 53 -0 53 nan 53 -inf 53 nan N N
+0 + 53 -0 53 -0x1921FB54442D18p-52 53 -6 53 -inf N N
+0 - 53 -0 53 +0x1921FB54442D18p-52 53 -6 53 +inf N N
+0 0 53 nan 53 nan 53 -6 53 nan N N
+0 + 53 -0 53 -0x1921FB54442D18p-52 53 -0 53 -inf N N
+0 0 53 -0 53 -0 53 -0 53 -0 N N
+0 0 53 -0 53 +0 53 -0 53 +0 N N
+0 - 53 -0 53 +0x1921FB54442D18p-52 53 -0 53 +inf N N
+0 0 53 -0 53 nan 53 -0 53 nan N N
+0 + 53 +0 53 -0x1921FB54442D18p-52 53 +0 53 -inf N N
+0 0 53 +0 53 -0 53 +0 53 -0 N N
+0 0 53 +0 53 +0 53 +0 53 +0 N N
+0 - 53 +0 53 +0x1921FB54442D18p-52 53 +0 53 +inf N N
+0 0 53 +0 53 nan 53 +0 53 nan N N
+0 + 53 +0 53 -0x1921FB54442D18p-52 53 +6 53 -inf N N
+0 - 53 +0 53 +0x1921FB54442D18p-52 53 +6 53 +inf N N
+0 0 53 nan 53 nan 53 +6 53 nan N N
+0 + 53 +0 53 -0x1921FB54442D18p-52 53 +inf 53 -inf N N
+0 + 53 +0 53 -0x1921FB54442D18p-52 53 +inf 53 -1 N N
+0 + 53 +0 53 -0x1921FB54442D18p-52 53 +inf 53 -0 N N
+0 - 53 +0 53 +0x1921FB54442D18p-52 53 +inf 53 +0 N N
+0 - 53 +0 53 +0x1921FB54442D18p-52 53 +inf 53 +1 N N
+0 - 53 +0 53 +0x1921FB54442D18p-52 53 +inf 53 +inf N N
+0 0 53 +0 53 nan 53 +inf 53 nan N N
+0 + 53 0 53 -0x1921FB54442D18p-52 53 nan 53 -inf N N
+0 0 53 nan 53 nan 53 nan 53 -1 N N
+0 0 53 nan 53 nan 53 nan 53 -0 N N
+0 0 53 nan 53 nan 53 nan 53 +0 N N
+0 0 53 nan 53 nan 53 nan 53 +1 N N
+0 - 53 0 53 +0x1921FB54442D18p-52 53 nan 53 +inf N N
+0 0 53 nan 53 nan 53 nan 53 nan N N
+
+# pure real argument
+- + 53 -0x1E27076E2AF2E6p-57 53 -0x1921FB54442D18p-52 53 -17 53 -0 N N
+- - 53 -0x1E27076E2AF2E6p-57 53 +0x1921FB54442D18p-52 53 -17 53 +0 N N
++ + 53 +0x1E27076E2AF2E6p-57 53 -0x1921FB54442D18p-52 53 +17 53 -0 N N
++ - 53 +0x1E27076E2AF2E6p-57 53 +0x1921FB54442D18p-52 53 +17 53 +0 N N
++ 0 53 -0x1F2272AE325A57p-53 53 -0 53 -.75 53 -0 N N
++ 0 53 -0x1F2272AE325A57p-53 53 +0 53 -.75 53 +0 N N
+- 0 53 +0x1F2272AE325A57p-53 53 -0 53 +.75 53 -0 N N
+- 0 53 +0x1F2272AE325A57p-53 53 +0 53 +.75 53 +0 N N
+
+# pure imaginary argument
+0 - 53 -0 53 -0x167D8863BC99BDp-52 53 -0 53 -6 N N
+0 - 53 +0 53 -0x167D8863BC99BDp-52 53 +0 53 -6 N N
+0 + 53 -0 53 +0x167D8863BC99BDp-52 53 -0 53 +6 N N
+0 + 53 +0 53 +0x167D8863BC99BDp-52 53 +0 53 +6 N N
+0 + 53 -0 53 -0x1F5B75F92C80DDp-55 53 -0 53 -.25 N N
+0 + 53 +0 53 -0x1F5B75F92C80DDp-55 53 +0 53 -.25 N N
+0 - 53 -0 53 +0x1F5B75F92C80DDp-55 53 -0 53 +.25 N N
+0 - 53 +0 53 +0x1F5B75F92C80DDp-55 53 +0 53 +.25 N N
+
+# IEEE-754 double precision
+- + 53 0x13F3F785301CE9p-54 53 0xBFA43C2A868B3p-51 53 0x3243F6A8885A3p-48 53 0x162E42FEFA39EFp-53 N N