summaryrefslogtreecommitdiff
path: root/tests/timag.c
Commit message (Collapse)AuthorAgeFilesLines
* New test framework, merged from test branch.Philippe Theveny2014-01-201-4/+7
| | | | git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1416 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* license change:Andreas Enge2011-08-291-12/+11
| | | | | | | | | | | | LGPLv3+ for code FDLv1.3+ for mpc.texi simple disclaimer for supporting files (README, NEWS, INSTALL) tests/memory.c: replaced by version from mpfr-3.0.1 mpfr.texi: small cleanups; added real authors again, while keeping copyright notice with INRIA git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1027 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."Paul Zimmermann2011-01-251-1/+1
| | | | git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@891 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* adaptation to generic macroAndreas Enge2008-11-131-2/+2
| | | | git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@300 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* src/real.c, src/imag.c: New functions to access each parts of an mpc_t variable.Philippe Theveny2008-11-121-0/+36
src/mpc.h: add mpc_real and mpc_imag functions, add mpc_realref, mpc_imagref macros. src/Makefile.am: add mpc_real and mpc_imag functions. doc/mpc.texi: Add description for mpc_real, mpc_imag, mpc_realref, and mpc_imagref. tests/treal.c, tests/timag.c: test file for new functions. tests/Makefile.am: add treal and timag tests. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@288 211d60ee-9f03-0410-a15a-8952a2c7a4e4