SHA256
1
0
forked from pool/mpc

Commit Graph

  • f7492d87cc Accepting request 1043774 from devel:libraries:c_c++ factory Dominique Leuenberger 2022-12-21 15:05:44 +0000
  • c4660b951b Accepting request 1043470 from home:AndreasStieger:branches:devel:libraries:c_c++ Richard Biener 2022-12-19 14:11:32 +0000
  • c3ef4f8f9d Accepting request 1043056 from devel:libraries:c_c++ Dominique Leuenberger 2022-12-16 16:50:45 +0000
  • 5dca3b48ec - Add mpc-1.3.0-gmpdep.patch to avoid dependence on stdio.h when including mpc.h Richard Biener 2022-12-15 08:13:06 +0000
  • d24a706aa2 - Update to version 1.3.0. * New function: mpc_agm * New rounding modes "away from zero", indicated by the letter "A" and corresponding to MPFR_RNDA on the designated real or imaginary part. * New experimental ball arithmetic. * New experimental function: mpc_eta_fund * Bug fixes: - mpc_asin for asin(z) with small |Re(z)| and tiny |Im(z)| - mpc_pow_fr: sign of zero part of result when the base has up to sign the same real and imaginary part, and the exponent is an even positive integer - mpc_fma: the returned int value was incorrect in some cases (indicating whether the rounded real/imaginary parts were smaller/equal/greater than the exact values), but the computed complex value was correct. Richard Biener 2022-12-14 09:30:58 +0000
  • ba4c7d889b Accepting request 844997 from devel:libraries:c_c++ Dominique Leuenberger 2020-11-03 14:15:08 +0000
  • 1b1277ab19 Accepting request 844916 from home:AndreasStieger:branches:devel:libraries:c_c++ Richard Biener 2020-10-30 09:38:01 +0000
  • 355d5f4e00 Accepting request 828882 from devel:libraries:c_c++ Dominique Leuenberger 2020-08-28 19:16:59 +0000
  • 498d31557d - Update to version 1.2.0. The release features the new functions mpc_sum and mpc_dot and several bug fixes, in particular to make functions more robust if the user reduces the exponent range. It also contains the tool mpcheck for easier comparison with computations by the C library on standard precision floating-point numbers. Richard Biener 2020-08-24 08:25:06 +0000
  • 76de73ac4c Accepting request 720535 from devel:libraries:c_c++ Dominique Leuenberger 2019-09-05 10:05:35 +0000
  • 3a3c432523 Accepting request 720493 from home:marxin:static Richard Biener 2019-08-02 08:37:09 +0000
  • 20e28ba4db Accepting request 566565 from devel:libraries:c_c++ Dominique Leuenberger 2018-01-26 12:33:18 +0000
  • 6aa8a57d4b - Adjust URLs to tarball and signature. Richard Biener 2018-01-17 08:09:20 +0000
  • 0e424088e4 - Update to version 1.1.0. - Compatible with mpfr 4.0.0, obsoletes mpc-1.0.3-addsubulp.diff and mpc-1.0.3-fmma.diff. - New functions mpc_cmp_abs and mpc_rootofunity - Rewrite of the testing framework - New mpcbench tool, used with make bench - Fixed handling of over- and underflows with directed rounding in the "other direction" for mpc_cos, mpc_sin, mpc_exp and mpc_pow - Fixed a bug in mpc_atan(0,y) with |y| near 1 Richard Biener 2018-01-16 10:43:29 +0000
  • 5a822245eb Accepting request 561120 from devel:libraries:c_c++ Dominique Leuenberger 2018-01-10 22:28:38 +0000
  • 08f2af33a1 - Add mpc-1.0.3-addsubulp.diff and mpc-1.0.3-fmma.diff to fix build with mpfr 4.0.0. Richard Biener 2018-01-02 13:06:58 +0000
  • a8ecd6a4dd Accepting request 344959 from home:pluskalm:branches:devel:libraries:c_c++ Richard Biener 2015-11-18 08:47:19 +0000
  • bb4a93e491 Accepting request 288076 from devel:libraries:c_c++ Dominique Leuenberger 2015-03-05 16:04:40 +0000
  • 543be82418 - Update to version 1.0.3. - Fixed mpc_pow Richard Biener 2015-02-27 12:16:26 +0000
  • b947a2c96d Accepting request 214086 from devel:libraries:c_c++ Stephan Kulow 2014-01-17 10:04:48 +0000
  • b73d9bd412 - Update to version 1.0.2. - Fixed mpc_atan, mpc_atanh for (+-0, +-1) - Fixed mpc_log10 for purely imaginary argument - Fixed case of intermediate zero real or imaginary part in mpc_fma Richard Biener 2014-01-16 11:28:02 +0000
  • ae9a203bb5 Accepting request 184599 from devel:libraries:c_c++ Stephan Kulow 2013-07-30 16:39:58 +0000
  • 56bc0b3996 Accepting request 171077 from home:namtrac:bugfix Richard Biener 2013-04-16 10:54:55 +0000
  • 17d7be351e Accepting request 128758 from devel:libraries:c_c++ Stephan Kulow 2012-07-30 18:35:55 +0000
  • 58167c8c7d Accepting request 128755 from home:jengelh:branches:devel:libraries:c_c++ Dirk Mueller 2012-07-23 13:05:33 +0000
  • 54fdb1cfc5 - Bump SONAME to libmpc3 Richard Biener 2012-07-23 08:55:27 +0000
  • 3876573a56 - Update to version 1.0. - License change: LGPLv3+ for code, GFDLv1.3+ (with no invariant sections) for documentation - Functions renamed: mpc_mul_2exp to mpc_mul_2ui, mpc_div_2exp to mpc_div_2ui - New functions: mpc_log10, mpc_mul_2si, mpc_div_2si - Speed-ups: - mpc_fma - Bug fixes: - mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions - mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation - mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected - mpc_fr_sub: Wrong return value for imaginary part is corrected - Skips version 0.9: - New functions: - mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting between mpc type variables and C variables of type double _Complex or long double _Complex - mpc_sin_cos, computing simultaneously the sine and cosine - Speed-ups: - mpc_pow_si through binary exponentiation - mpc_pow_z when the exponent fits in a long - mpc_tan through the use of mpc_sin_cos - Bug fixes: - trigonometric functions: infinite loop due to overflow for large arguments - mpc_exp: close to infinite loop for argument close to 0 Richard Biener 2012-07-23 08:54:51 +0000
  • 9c22a48394 Remove redundant tags/sections Jan Engelhardt 2012-01-29 20:37:45 +0000
  • 0bf2129069 replace license with spdx.org variant Stephan Kulow 2011-12-06 17:30:08 +0000
  • f81dc974ef Accepting request 47284 from devel:libraries:c_c++ OBS User autobuild 2010-09-09 12:41:14 +0000
  • 712cf9249e Accepting request 47284 from devel:libraries:c_c++ OBS User autobuild 2010-09-09 12:41:13 +0000
  • d4b01ff8aa - Update to version 0.8.2. * Speed-up of mpc_pow_ui through binary exponentiation. Richard Biener 2010-09-06 14:07:24 +0000
  • e66ed472e3 Accepting request 43715 from devel:libraries:c_c++ OBS User autobuild 2010-07-23 14:56:33 +0000
  • fac16f757e Accepting request 43715 from devel:libraries:c_c++ OBS User autobuild 2010-07-23 14:56:33 +0000
  • b712981950 - really fix baselibs for mpc-devel. Richard Biener 2010-07-01 09:53:11 +0000
  • 614a98a932 - fix baselibs for mpc-devel. Richard Biener 2010-07-01 09:38:12 +0000
  • 345cf67b79 Accepting request 42150 from home:jengelh:smp Richard Biener 2010-06-28 08:35:50 +0000
  • c45287fbd3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=10 OBS User autobuild 2010-03-18 15:09:53 +0000
  • 56cec7f8ce Updating link to change in openSUSE:Factory/mpc revision 10.0 OBS User buildservice-autocommit 2010-03-18 15:09:53 +0000
  • 6826530fba Accepting request 32775 from devel:libraries:c_c++ OBS User autobuild 2010-02-18 15:41:49 +0000
  • 5cc84be1d1 Updating link to change in openSUSE:Factory/mpc revision 9.0 OBS User buildservice-autocommit 2010-02-18 15:41:49 +0000
  • c23bdd2b34 checked in (request 32775) OBS User autobuild 2010-02-18 15:41:47 +0000
  • a7bd23da99 Accepting request 30958 from home:jengelh:baselibs Richard Biener 2010-02-01 16:45:02 +0000
  • 6b8494f55d Accepting request 29123 from devel:libraries:c_c++ OBS User autobuild 2010-01-12 14:07:35 +0000
  • 54ecd5225f Updating link to change in openSUSE:Factory/mpc revision 8.0 OBS User buildservice-autocommit 2010-01-12 14:07:35 +0000
  • 1fc40dece8 checked in OBS User autobuild 2010-01-12 14:07:34 +0000
  • bf0392786f - Update to bugfix release 0.8.1. Fixes * acosh, asinh, atanh: swap of precisions between real and imaginary parts * atan: memory leak * log: wrong ternary value in data file; masked by bug in mpfr 2.4.1 Richard Biener 2010-01-11 12:58:50 +0000
  • ce0c95a9a6 Accepting request 26830 from devel:libraries:c_c++ OBS User autobuild 2009-12-18 13:46:48 +0000
  • 50e02af508 Updating link to change in openSUSE:Factory/mpc revision 7.0 OBS User buildservice-autocommit 2009-12-18 13:46:48 +0000
  • e7711fb580 checked in OBS User autobuild 2009-12-18 13:46:47 +0000
  • 5781412f60 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=10 Richard Biener 2009-12-15 12:13:57 +0000
  • 4a9e7c53d8 - Fix erroneous test data. Richard Biener 2009-12-01 13:29:23 +0000
  • 848e24da77 Accepting request 23953 from devel:libraries:c_c++ OBS User autobuild 2009-11-10 11:35:23 +0000
  • 557158971e checked in OBS User autobuild 2009-11-10 11:35:22 +0000
  • 285f95404c - Update to version 0.8 as required by GCC 4.5. * C99 feature completion: - Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan, mpc_asinh, mpc_acosh, mpc_atanh - Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui, mpc_pow_z, mpc_pow_fr Richard Biener 2009-11-05 16:07:31 +0000
  • bddff8b435 Accepting request 20998 from devel:libraries:c_c++ OBS User autobuild 2009-09-24 22:50:11 +0000
  • 019764360d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=3 OBS User unknown 2009-07-13 19:53:15 +0000
  • cea072ada4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=2 OBS User unknown 2009-06-08 14:16:08 +0000
  • b69e66862b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=1 OBS User unknown 2009-05-28 02:45:15 +0000