summaryrefslogtreecommitdiff
path: root/src/norm.c
Commit message (Expand)AuthorAgeFilesLines
* [read_data.c] added random tests to check that MPC does not *clear* MPFR flagszimmerma2012-02-291-0/+11
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-11/+11
* norm.c: stricter typing in comparisonenge2011-09-121-2/+4
* norm.c: new underflow handlingenge2011-09-061-52/+60
* [src/norm.c] handle properly the underflow casezimmerma2011-09-051-11/+49
* [src/norm.c] simplified code, in particular when inexact is 0 after the twozimmerma2011-09-021-13/+23
* norm.c: rewritten to handle all cases of over- and underflow and to obtain aenge2011-09-021-63/+86
* license change:enge2011-08-291-12/+11
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* code cleanup: removed macro MPFR_EXP from mpc-impl.henge2010-07-301-1/+2
* code cleanup:enge2010-07-301-4/+4
* [norm.c] fixed infinite loop (underflow) reported by Emmanuel Thomezimmerma2010-07-201-3/+13
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3enge2010-06-111-2/+2
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-1/+1
* [abs.c,norm.c] changed mp_rnd_t to mpfr_rnd_tzimmerma2009-11-211-1/+2
* norm: corrected return value to + in case of overflowenge2009-06-051-4/+3
* fixed norm computation: returns inf in case of overflowenge2009-06-041-3/+4
* [norm.c] fixed memory leak (found by valgrind)zimmerma2009-04-021-3/+3
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-4/+1
* Remove MPFR_IS_{NAN,ZERO,INF} macros completely.thevenyp2008-11-141-1/+1
* - added data files for norm, div, div_fr, fr_div, mul_frenge2008-11-131-1/+7
* Fix cast before comparison.thevenyp2008-04-141-1/+1
* File reorganisation into three new directories: src, tests and doc.thevenyp2008-04-091-0/+76