summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt-FastCalc
Commit message (Collapse)AuthorAgeFilesLines
* Sync Math::BigInt::FastCalc with CPAN 0.5013Nicolas R2022-07-202-8/+5
| | | | Sync test files with Math-BigInt
* Update bignum, Math::BigInt, Math::BigInt::FastCalc, and Math::BigRatRichard Leach2021-11-197-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bignum ====== 0.63 2021-10-08 * This version instroduces no changes to the Perl modules, only the tests. * Remove tests that don't work on old Perls and that were actually testing Math::Big(Int|Float|Rat) more than big(int|num|rat). * Skip tests that don't work on older versions of Perl. * Remove Perl v5.10.0 as dependency. This distribution is compatible with Perls back to at least v5.6.1, although some functionality (e.g., nesting the pragmas) requires more recent versions of Perl. 0.62 2021-10-03 * Add support for multiple options in import(), so that one can use, e.g., use bignum accuracy => 20, lib => "GMP"; * Make sure the bigrat pragma always returns Math::BigRat objects. * Make the "trace" option work as indended, or at least according to what I believe is the intention. * Improve documentation. Fix typos, improve wording, add more examples etc. 0.61 2021-10-01 * Improve documentation related to floating point literals. * Skip tests that fail due to Perl's broken handling of floating point literals before v5.32.0. 0.60 2021-09-28 * Separate the bigint, bignum, and bigrat pragmas. - The bigint pragma now converts every numeric constant that represents an integer to a Math::BigInt object. Non-integers are converted to Math::BigInt NaNs. With the previous behaviour, only some numeric constant integers were converted to a Math::BigInt. - The bignum pragma now converts every numeric constant to a Math::BigFloat object. - The bigrat pragma now converts every numeric constant to a Math::BigRat pragma. The pragmas no longer activate upgrading and downgrading. The upgrading and downgrading must now be activated explicitly. The rationale behind deactivating it by default is that can cause infinite looping where objects bounce back and forth between different classes. Explicitly requesting a specific class doesn't always work either, because the object might be automatically upgraded or downgraded to a different class. Only one pragma can be used at a time in a given scope. Enabling one pragma disables the others in the same scope. * Implementat working version of "no bigint", "no bignum", and "no bigrat". Previously, the upgrading and downgrading activated by, e.g., "use bigint" was not deactivated by "no bigint". * Sync behaviour with the Math-BigInt distribution. Math::BigInt ============ 1.999827 2021-10-03 * Improve error message for missing library argument. * Skip tests that don't work on older Perls. Also skip tests that compare floating point numbers. 1.999826 2021-10-01 * Improve documentation related to floating point literals. * Skip tests that fail due to Perl's broken handling of floating point literals before v5.32.0. 1.999825 2021-09-28 * Make Math::BigInt accept integers regardless of whether they are written as decimal, binary, octal, or hexadecimal integers or decimal, binary, octal, or hexadecimal floating point number. * When numeric constants are overloaded (with the ":constant" option) in Math::BigInt, every numeric constant that represent an integer is converted to an object regardless of how it is written. All finite non-integers are converted to a NaN. * When numeric constants are overloaded (with the ":constant" option) in Math::BigFloat, every numeric constant is converted to an object regardless of how it is written. * Add method from_dec() (cf. from_bin(), from_oct(), and from_hex()). It is like new() except that it does not accept anything but a string representing a finite decimal number. 1.999824 2021-09-20 * Don't allow mixing math libraries. Use the first backend math library that is successfully loaded, and ignore any further attempts at loading a different backend library. This is a solution to the re-occurring problem of using objects using different math libraries. * Add missing documentation. * Miscellaneous minor improvements. Math::BigInt::FastCalc ====================== 0.5012 2021-09-28 * Sync test files with Math-BigInt. 0.5011 2021-09-20 * Sync test files with Math-BigInt. * Add missing documentation. * Make the test files only print to the standard error when there is an actual error. * Miscellaneous changes and updates to author and release test files. Math::BigRat ============ 0.2620 2021-10-03 * Skip tests that don't work on older Perls. Also skip tests that compare floating point numbers. 0.2619 2021-10-01 * Correct the handling of Inf and NaN in numify(). * Improve constant overloading. When numeric constants are overloaded (with the ":constant" option) in Math::BigRat, every numeric constant is converted to an object regardless of how it is written. 0.2618 2021-09-28 * Add new method binv() for the inverse. * Add new method dparts(), which returns the integer part and fraction part of a number. For example, 9/4 is split into 2 and 1/4. This method is equivalent to the Math::BigInt and Math::BigFloat methods with the same name. * Improve blog(). Handle cases $x->blog($b) where the numerator of $x and/or $b is 1 as special. * Sync tests with Math-BigInt.
* Remove MI from FastCalcChris 'BinGOs' Williams2021-07-258-1985/+0
|
* Upgraded Math::BigRat, Math::BigInt::FastCalc, Math::BigInt, & bignumNeil Bowers2021-07-2210-376/+2766
| | | | | They have interdependencies that require at least these versions, so needed to be added together.
* Upgrade Math::BigInt::FastCalc from version 0.5008 to 0.5009Steve Hay2019-10-161-1/+1
|
* Update Math-BigInt-FastCalc to CPAN version 0.5008Chris 'BinGOs' Williams2019-01-181-1/+1
| | | | | | | | | | | | [DELTA] 0.5008 2018-10-09 * Update MANIFEST.SKIP. * Sync test files with Math-BigInt. * Better Makefile.PL.
* Upgrade Math::BigInt::FastCalc from version 0.5006 to 0.5007Steve Hay2018-07-043-12/+15
|
* Update Math-BigInt-FastCalc to CPAN version 0.5006Chris 'BinGOs' Williams2017-09-221-2/+2
| | | | | | | | | | | | [DELTA] 2017-01-11 v0.5006 pjacklam * Fix syntax for required version of Math::BigInt::Lib. * Better checking of POD coverage. * Sync test files with Math-BigInt-1.999808.
* Update Math-BigInt-FastCalc to CPAN version 0.5005Chris 'BinGOs' Williams2016-12-151-1/+1
|
* Upgrade Math::BigInt::FastCalc from version 0.5002 to 0.5003Steve Hay2016-12-071-1/+1
|
* Update Math-BigInt-FastCalc to CPAN version 0.5002Chris 'BinGOs' Williams2016-12-038-95/+428
| | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2016-11-23 v0.5002 pjacklam * Sync test files with Math-BigInt-1.999801. Add t/biglog.t and t/bigroot.t since these are included in the test suite for the other backend libraries (GMP and Pari). 2016-11-17 v0.5001 pjacklam * Avoid 'use parent' to retain compatibility with old Perls. * Fix incorrect version numbers in the CHANGES file. * Trim whitespace. 2016-11-15 v0.5000 pjacklam * Sync test files with Math-BigInt-1.999800. * Math::BigInt::FastCalc is now a subclass of Math::BigInt::Calc, so remove aliases like *Math::BigInt::FastCalc::_xxx = \&Math::BigInt::Calc::_xxx. * Use OO-calls rather than function calls. * Fix documentation error in Math::BigInt::FastCalc
* Upgrade Math::BigInt::FastCalc from version 0.40 to 0.42Steve Hay2016-06-281-1/+1
|
* Upgrade Math-BigInt-FastCalc from version 0.38 to 0.40Steve Hay2016-01-051-1/+1
|
* Update Math-BigInt-FastCalc to CPAN version 0.38Chris 'BinGOs' Williams2015-12-072-3/+3
| | | | | | | | [DELTA] 2015-12-02 v0.38 pjacklam * Use 'static double', not just 'double' in FastCalc.xs. * Move 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
* Upgrade Math::BigInt::FastCalc from version 0.35 to 0.37Steve Hay2015-11-171-2/+2
|
* Update Math-BigInt-FastCalc to CPAN version 0.35Chris 'BinGOs' Williams2015-11-021-3/+1
| | | | | | | | | | | | [DELTA] 2015-10-28 v0.35 pjacklam * Sync test files with Math-BigInt-1.999707. * Update the README file. * Replace 'use vars ...' with 'our ...'. We require a Perl newer than 5.6.0 anyway. * Required version of Math-BigInt is now 1.999706. * Move 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
* Upgrade Math::BigInt::FastCalc from 0.31 to 0.34Steve Hay2015-10-151-4/+65
| | | | | | | This removes the minor blead customizations: I couldn't see any sign of them having been deliberately added to blead. They looked more like differences that cropped up because CPAN changes hadn't all been imported into blead.
* move Math-Big* from ./dist to ./cpanRicardo Signes2015-09-066-0/+1094
|
* blead is upstream for Math-BigInt-FastCalcFlorian Ragwitz2010-09-036-1266/+0
|
* Move Math::BigInt::FastCalc from ext/ to cpan/Nicholas Clark2009-10-026-0/+1266