summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-04-03 15:40:49 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-04-03 15:40:49 +0000
commit5f8b33f52f38f11227612f45c3adb56e0cd3e96e (patch)
tree2cc58765e603b4e7b0d2c965dfd4e9145f9112e1 /tests
parent65855198ef6f55f18e0bc4fb13192fe023904a91 (diff)
downloadmpc-5f8b33f52f38f11227612f45c3adb56e0cd3e96e.tar.gz
added new function mpc_log10
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1149 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
-rw-r--r--tests/log.dat1
-rw-r--r--tests/log10.dat172
-rw-r--r--tests/tlog10.c37
4 files changed, 214 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d4f425e..dede832 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -29,10 +29,10 @@ LOADLIBES=$(DEFS) -I$(top_srcdir)/src -I$(top_builddir) $(CPPFLAGS) $(CFLAGS) -L
check_PROGRAMS = tabs tacos tacosh tadd tadd_fr tadd_si tadd_ui targ tasin \
tasinh tatan tatanh tconj tcos tcosh tdiv tdiv_2exp tdiv_fr tdiv_ui texp tfma \
-tfr_div tfr_sub timag tio_str tlog tmul tmul_2exp tmul_fr tmul_i tmul_si \
-tmul_ui tneg tnorm tpow tpow_ld tpow_d tpow_fr tpow_si tpow_ui tpow_z tprec \
-tproj treal treimref tset tsin tsin_cos tsinh tsqr tsqrt tstrtoc tsub tsub_fr \
-tsub_ui tswap ttan ttanh tui_div tui_ui_sub tget_version
+tfr_div tfr_sub timag tio_str tlog tlog10 tmul tmul_2exp tmul_fr tmul_i \
+tmul_si tmul_ui tneg tnorm tpow tpow_ld tpow_d tpow_fr tpow_si tpow_ui tpow_z \
+tprec tproj treal treimref tset tsin tsin_cos tsinh tsqr tsqrt tstrtoc tsub \
+tsub_fr tsub_ui tswap ttan ttanh tui_div tui_ui_sub tget_version
check_LTLIBRARIES=libmpc-tests.la
libmpc_tests_la_SOURCES=mpc-tests.h random.c tgeneric.c read_data.c \
diff --git a/tests/log.dat b/tests/log.dat
index 7222fb5..73818f3 100644
--- a/tests/log.dat
+++ b/tests/log.dat
@@ -95,6 +95,7 @@
# log(nan + i*inf) = +inf + i*nan
0 0 2 +inf 2 nan 2 nan 2 +inf N N
+0 0 2 +inf 2 nan 2 nan 2 -inf N N
# log(nan + i*nan) = nan + i*nan
0 0 2 nan 2 nan 2 nan 2 nan N N
diff --git a/tests/log10.dat b/tests/log10.dat
new file mode 100644
index 0000000..acd24dd
--- /dev/null
+++ b/tests/log10.dat
@@ -0,0 +1,172 @@
+# Data test file for mpc_log10.
+#
+# Copyright (C) 2012 INRIA
+#
+# This file is part of GNU MPC.
+#
+# GNU MPC 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 3 of the License, or (at your
+#o ption) any later version.
+#
+# GNU MPC 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 this program. If not, see http://www.gnu.org/licenses/ .
+
+# See file sin.dat for the format description.
+
+# Special values, following ISO C99 standard, Annex G,
+# more precisely Section 7.26 "Future library directions"
+
+# Rule [conj]: log10(conj(z)) = conj(log10(z))
+
+# log10(nan + i*inf) = +inf + i*nan
+0 0 2 +inf 2 nan 2 nan 2 +inf N N
+0 0 2 +inf 2 nan 2 nan 2 -inf N N
+
+# log10(nan + i*nan) = nan + i*nan
+0 0 2 nan 2 nan 2 nan 2 nan N N
+
+# log10(nan + i*y) = nan + i*nan for finite y
+0 0 2 nan 2 nan 2 nan 2 1 N N
+0 0 2 nan 2 nan 2 nan 2 +0 N N
+0 0 2 nan 2 nan 2 nan 2 -0 N N
+0 0 2 nan 2 nan 2 nan 2 -1 N N
+
+# log10(+/-inf + i*nan) = +inf + i*nan
+0 0 2 +inf 2 nan 2 +inf 2 nan N N
+0 0 2 +inf 2 nan 2 -inf 2 nan N N
+
+# log10(x + i*nan) = nan+i*nan for finite x
+0 0 2 nan 2 nan 2 1 2 nan N N
+0 0 2 nan 2 nan 2 +0 2 nan N N
+0 0 2 nan 2 nan 2 -0 2 nan N N
+0 0 2 nan 2 nan 2 -1 2 nan N N
+
+# log10(x + i*inf) = +inf + i*pi/2/log(10) for finite x
+0 + 2 +inf 53 +0x15d47c4cb2fba1p-53 2 1 2 +inf N N
+0 + 2 +inf 53 +0x15d47c4cb2fba1p-53 2 +0 2 +inf N N
+0 + 2 +inf 53 +0x15d47c4cb2fba1p-53 2 -0 2 +inf N N
+0 + 2 +inf 53 +0x15d47c4cb2fba1p-53 2 -1 2 +inf N N
+# by [conj]: log10(x - i*inf) = +inf - i*pi/2/log(10) for finite x
+0 - 2 +inf 53 -0x15d47c4cb2fba1p-53 2 1 2 -inf N N
+0 - 2 +inf 53 -0x15d47c4cb2fba1p-53 2 +0 2 -inf N N
+0 - 2 +inf 53 -0x15d47c4cb2fba1p-53 2 -0 2 -inf N N
+0 - 2 +inf 53 -0x15d47c4cb2fba1p-53 2 -1 2 -inf N N
+
+# log10(-inf + i*y) = +inf + i*pi/log(10) for finite positive-signed y
+0 + 2 +inf 53 0x15d47c4cb2fba1p-52 2 -inf 2 1 N N
+0 + 2 +inf 53 0x15d47c4cb2fba1p-52 2 -inf 2 +0 N N
+# by [conj]: log10(-inf+i*y) = +inf - i*pi/log(10) for finite negative-signed y
+0 - 2 +inf 53 -0x15d47c4cb2fba1p-52 2 -inf 2 -1 N N
+0 - 2 +inf 53 -0x15d47c4cb2fba1p-52 2 -inf 2 -0 N N
+
+# log10(+inf + i*y) = +inf + i*0 for finite positive-signed y
+0 0 2 +inf 2 +0 2 +inf 2 1 N N
+0 0 2 +inf 2 +0 2 +inf 2 +0 N N
+# by [conj]: log10(+inf + i*y) = +inf - i*0 for finite negative-signed y
+0 0 2 +inf 2 -0 2 +inf 2 -1 N N
+0 0 2 +inf 2 -0 2 +inf 2 -0 N N
+
+# log10(-inf + i*inf) = +inf + i*(3*pi/4)/log(10)
+0 + 2 +inf 53 0x105f5d39863cb9p-52 2 -inf 2 +inf N N
+# by [conj]: log10(-inf - i*inf) = +inf - i*(3*pi/4)/log(10)
+0 - 2 +inf 53 -0x105f5d39863cb9p-52 2 -inf 2 -inf N N
+
+# log10(+inf + i*inf) = +inf + i*(pi/4)/log(10)
+0 + 2 +inf 53 0x15d47c4cb2fba1p-54 2 +inf 2 +inf N N
+# by [conj]: log10(+inf - i*inf) = +inf - i*(pi/4)/log(10)
+0 - 2 +inf 53 -0x15d47c4cb2fba1p-54 2 +inf 2 -inf N N
+
+# log10(-0 + i*0) = -inf + i*pi/log(10)
+0 + 2 -inf 53 +0x15d47c4cb2fba1p-52 2 -0 2 +0 N N
+0 - 2 -inf 53 -0x15d47c4cb2fba1p-52 2 -0 2 -0 N N
+0 + 2 -inf 53 +0x15d47c4cb2fba1p-52 2 -0 2 +0 N U
+0 + 2 -inf 53 -0xaea3e26597ddp-47 2 -0 2 -0 N U
+0 - 2 -inf 53 +0xaea3e26597ddp-47 2 -0 2 +0 N D
+0 - 2 -inf 53 -0x15d47c4cb2fba1p-52 2 -0 2 -0 N D
+
+# log10(+0 + i*0) = -inf + i*0
+0 0 2 -inf 2 +0 2 +0 2 +0 N N
+0 0 2 -inf 2 -0 2 +0 2 -0 N N
+
+# log10(+1 +- i*0) = +0 +- i*0
+0 0 2 +0 2 +0 2 1 2 +0 N N
+0 0 2 +0 2 -0 2 1 2 -0 N N
+
+# log10(10 +- i*0) = 1 +- i*0
+0 0 2 1 2 +0 4 10 2 +0 N N
+0 0 2 1 2 -0 4 10 2 -0 N N
+
+# log10(100 +- i*0) = 1 +- i*0
+0 0 2 2 2 +0 5 100 2 +0 N N
+0 0 2 2 2 -0 5 100 2 -0 N N
+
+# log10(-1 +- i*0) = +0 +- i*pi/log(10)
+0 + 2 +0 53 +0x15d47c4cb2fba1p-52 2 -1 2 +0 N N
+0 - 2 +0 53 -0x15d47c4cb2fba1p-52 2 -1 2 -0 N N
+
+# log10(x + i*y) with either x or y zero and the other non-zero
+- 0 53 0x13afeb354b7d97p-52 2 0 5 0x11 2 0 N N
+- + 53 0x13afeb354b7d97p-52 53 0x15d47c4cb2fba1p-53 2 0 5 0x11 N N
+- + 53 0x1475c655fbc11p-48 53 0x15d47c4cb2fba1p-52 5 -0x13 2 +0 N N
+- - 53 0x1475c655fbc11p-48 53 -0x15d47c4cb2fba1p-52 5 -0x13 2 -0 N N
+- - 53 0x1475c655fbc11p-48 53 -0x15d47c4cb2fba1p-53 2 0 5 -0x13 N N
+
+- + 53 0x15c9a3209bf97fp-52 53 0x15d47c4cb2fba1p-52 5 -0x17 2 +0 Z U
+- - 53 0x15c9a3209bf97fp-52 53 -0x15d47c4cb2fba1p-52 5 -0x17 2 -0 N D
++ - 53 0x2b93464137f3p-45 53 0xaea3e26597ddp-47 5 -0x17 2 +0 U Z
+- - 53 0x15c9a3209bf97fp-52 53 -0x15d47c4cb2fba1p-52 5 -0x17 2 -0 D N
+- - 53 0x1d1cda1a0c996dp-52 53 0xaea3e26597ddp-47 7 -0x42 2 +0 Z D
++ + 53 0xe8e6d0d064cb7p-51 53 -0xaea3e26597ddp-47 7 -0x42 2 -0 N Z
++ + 53 0xe8e6d0d064cb7p-51 53 0x15d47c4cb2fba1p-52 7 -0x42 2 +0 U N
+- + 53 0x1d1cda1a0c996dp-52 53 -0xaea3e26597ddp-47 7 -0x42 2 -0 D U
+
+# huge values
++ 0 53 0x134413509f79ffp-44 2 0 2 0x1p1024 2 +0 U U
++ 0 53 0x134413509f79ffp-43 2 0 2 0x1p2048 2 +0 U U
++ 0 53 0x134413509f79ffp-42 2 0 2 0x1p4096 2 +0 U U
++ 0 53 0x134413509f79ffp-41 2 0 2 0x1p8192 2 +0 U U
++ 0 53 0x134413509f79ffp-40 2 0 2 0x1p16384 2 +0 U U
++ 0 53 0x134413509f79ffp-39 2 0 2 0x1p32768 2 +0 U U
++ 0 53 0x134413509f79ffp-38 2 0 2 0x1p65536 2 +0 U U
++ 0 53 0x134413509f79ffp-37 2 0 2 0x1p131072 2 +0 U U
++ 0 53 0x134413509f79ffp-36 2 0 2 0x1p262144 2 +0 U U
++ 0 53 0x134413509f79ffp-35 2 0 2 0x1p524288 2 +0 U U
++ 0 53 0x134413509f79ffp-34 2 0 2 0x1p1048576 2 +0 U U
++ 0 53 0x134413509f79ffp-33 2 0 2 0x1p2097152 2 +0 U U
++ 0 53 0x134413509f79ffp-32 2 0 2 0x1p4194304 2 +0 U U
++ 0 53 0x134413509f79ffp-31 2 0 2 0x1p8388608 2 +0 U U
++ 0 53 0x134413509f79ffp-30 2 0 2 0x1p16777216 2 +0 U U
++ 0 53 0x134413509f79ffp-29 2 0 2 0x1p33554432 2 +0 U U
++ 0 53 0x134413509f79ffp-28 2 0 2 0x1p67108864 2 +0 U U
++ 0 53 0x134413509f79ffp-27 2 0 2 0x1p134217728 2 +0 U U
++ 0 53 0x134413509f79ffp-26 2 0 2 0x1p268435456 2 +0 U U
++ 0 53 0x134413509f79ffp-25 2 0 2 0x1p536870912 2 +0 U U
++ + 53 0x13467bd3098defp-44 53 0x15d47c4cb2fba1p-54 2 0x1p1024 2 0x1p1024 U U
++ + 53 0x13454791d483f7p-43 53 0x15d47c4cb2fba1p-54 2 0x1p2048 2 0x1p2048 U U
++ + 53 0x1344ad7139fefbp-42 53 0x15d47c4cb2fba1p-54 2 0x1p4096 2 0x1p4096 U U
++ + 53 0x13446060ecbc7dp-41 53 0x15d47c4cb2fba1p-54 2 0x1p8192 2 0x1p8192 U U
++ + 53 0x9a21cec630d9fp-39 53 0x15d47c4cb2fba1p-54 2 0x1p16384 2 0x1p16384 U U
++ + 53 0x13442694b2ca9fp-39 53 0x15d47c4cb2fba1p-54 2 0x1p32768 2 0x1p32768 U U
++ + 53 0x13441cf2a9224fp-38 53 0x15d47c4cb2fba1p-54 2 0x1p65536 2 0x1p65536 U U
++ + 53 0x13441821a44e27p-37 2 0x3p-3 2 0x1p131072 2 0x1p131072 U U
++ + 53 0x134415b921e413p-36 2 0x3p-3 2 0x1p262144 2 0x1p262144 U U
++ + 53 0x13441484e0af09p-35 2 0x3p-3 2 0x1p524288 2 0x1p524288 U U
++ + 53 0x4d104fab00521p-32 2 0x3p-3 2 0x1p1048576 2 0x1p1048576 U U
++ + 53 0x9a209ced7e3a1p-32 2 0x3p-3 2 0x1p2097152 2 0x1p2097152 U U
++ + 53 0x1344137727a0a1p-32 2 0x3p-3 2 0x1p4194304 2 0x1p4194304 U U
++ + 53 0x13441363e38d5p-27 2 0x3p-3 2 0x1p8388608 2 0x1p8388608 U U
++ + 53 0x268826b483075p-27 2 0x3p-3 2 0x1p16777216 2 0x1p16777216 U U
++ + 53 0x4d104d55c1fb5p-27 2 0x3p-3 2 0x1p33554432 2 0x1p33554432 U U
++ + 53 0x9a209a983fe35p-27 2 0x3p-3 2 0x1p67108864 2 0x1p67108864 U U
++ + 53 0x4d104d474eecdp-25 2 0x3p-3 2 0x1p134217728 2 0x1p134217728 U U
++ + 53 0x9a209a89ccd4dp-25 2 0x3p-3 2 0x1p268435456 2 0x1p268435456 U U
+# Due to intermediate overflow, the following result has wrong real part
+# instead of the correct result. Since this may happen in other parts of the
+# library as well, we do not consider it a bug for the moment.
+# + + 53 0x13441350ec8a4dp-25 2 0x3p-3 2 0x1p536870912 2 0x1p536870912 U U
diff --git a/tests/tlog10.c b/tests/tlog10.c
new file mode 100644
index 0000000..5591b06
--- /dev/null
+++ b/tests/tlog10.c
@@ -0,0 +1,37 @@
+/* tlog10 -- test file for mpc_log10.
+
+Copyright (C) 2012 INRIA
+
+This file is part of GNU MPC.
+
+GNU MPC 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 3 of the License, or (at your
+option) any later version.
+
+GNU MPC 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 this program. If not, see http://www.gnu.org/licenses/ .
+*/
+
+#include <stdlib.h>
+#include "mpc-tests.h"
+
+int
+main (void)
+{
+ DECL_FUNC (CC, f, mpc_log10);
+
+ test_start ();
+
+ data_check (f, "log10.dat");
+ tgeneric (f, 2, 512, 7, 128);
+
+ test_end ();
+
+ return 0;
+}