summaryrefslogtreecommitdiff
path: root/lib/Math
Commit message (Collapse)AuthorAgeFilesLines
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-1156-22959/+0
|
* Moved Math-Complex from lib/ to ext/Chris Williams2009-09-115-4417/+0
|
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-1013-5489/+0
|
* Moved bignum from lib/ to ext/Chris Williams2009-09-102-105/+0
|
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-069-0/+0
|
* Upgrade to Math-Complex-1.56Steve Hay2009-02-123-12/+59
|
* Upgrade to Math-Complex-1.55Steve Hay2009-01-142-5/+5
|
* Upgrade to Math::BigInt v1.89Rafael Garcia-Suarez2008-04-2115-61/+178
| | | p4raw-id: //depot/perl@33715
* Upgrade to Math::Complex 1.54Rafael Garcia-Suarez2008-04-164-28/+45
| | | p4raw-id: //depot/perl@33698
* Math::BigRat 0.22Tels2008-04-115-46/+128
| | | | | Message-Id: <200804072127.38258@bloodgate.com> p4raw-id: //depot/perl@33666
* Upgrade to Math-Complex-1.52Steve Peters2008-02-124-10/+17
| | | p4raw-id: //depot/perl@33293
* Teach Math::Complex the maximum NV for a 16 byte float. (At least, aNicholas Clark2008-02-121-1/+3
| | | | | 16 byte float on x86_64. This feels fragile.) p4raw-id: //depot/perl@33286
* Upgrade to Math-Complex-1.51Steve Peters2008-02-114-16/+27
| | | p4raw-id: //depot/perl@33282
* exp(999) isn't "infinity". Even exp(9999) can still be represented onNicholas Clark2008-02-101-1/+1
| | | | | 80 bit long doubles. exp(99999) can't. p4raw-id: //depot/perl@33268
* Update to Math::Complex 1.49H.Merijn Brand2008-02-084-10/+11
| | | p4raw-id: //depot/perl@33253
* Upgrade to Math::Complex 1.48 and Math::Trig 1.13Nicholas Clark2008-02-034-11/+13
| | | p4raw-id: //depot/perl@33222
* Assorted POD nits from the Debian bug list.Steve Peters2008-01-301-1/+1
| | | p4raw-id: //depot/perl@33129
* Upgrade to Math-Complex-1.47Steve Peters2008-01-174-19/+111
| | | p4raw-id: //depot/perl@32989
* Upgrade to Math-Complex-1.44Steve Peters2008-01-134-8/+25
| | | p4raw-id: //depot/perl@32970
* Upgrade to Math-Complex-1.43Steve Peters2008-01-094-6/+7
| | | p4raw-id: //depot/perl@32929
* 1e4 isn't large enough with 16 byte long doubles (at least on x86_64).Nicholas Clark2008-01-091-13/+13
| | | | | | However, 1e5 does take us "to infinity and beyond" (Plus use cmp_ok, for better diagnostics) p4raw-id: //depot/perl@32914
* Upgrade to Math-Complex-1.42Steve Peters2008-01-094-36/+175
| | | p4raw-id: //depot/perl@32908
* Upgrade to Math-Complex-1.38Steve Peters2007-12-314-8/+8
| | | p4raw-id: //depot/perl@32786
* [perl #48238] some typo's in comments Paul de Weerd2007-12-064-6/+6
| | | | | | From: Paul de Weerd (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-28750-1196931307-984.48238-75-0@perl.org> p4raw-id: //depot/perl@32590
* Re: BigInt bug with non-integer accuracy/precisionTels2007-09-242-6/+157
| | | | | Message-Id: <200709221133.35110@bloodgate.com> p4raw-id: //depot/perl@31951
* fix bigint testsuiteTels2007-09-176-5/+11
| | | | | Message-Id: <200709161341.15574@bloodgate.com> p4raw-id: //depot/perl@31879
* [PATCHES] various small Math::BigInt et. al. fixesTels2007-09-164-37/+10
| | | | | | | | | | | Message-Id: <200709161123.14970@bloodgate.com> Date: Sun, 16 Sep 2007 11:23:14 +0200 Subject: Re: [PATCHES] various small Math::BigInt et. al. fixes From: Tels <nospam-abuse@bloodgate.com> Message-Id: <200709161156.09071@bloodgate.com> Date: Sun, 16 Sep 2007 11:56:08 +0200 p4raw-id: //depot/perl@31875
* Upgrade to Math-BigRat-0.20Steve Peters2007-07-185-7/+342
| | | p4raw-id: //depot/perl@31629
* BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)Tels2007-07-132-10/+34
| | | | | Message-Id: <200707121911.02528@bloodgate.com> p4raw-id: //depot/perl@31609
* FYI: Math::BigInt v1.87 released [PATCH]Tels2007-06-302-4/+3
| | | | | Message-Id: <200706301314.07075@bloodgate.com> p4raw-id: //depot/perl@31509
* Math::BigFloat - fix bpi() and A [PATCH]Tels2007-06-282-6/+68
| | | | | Message-Id: <200706271834.14904@bloodgate.com> p4raw-id: //depot/perl@31486
* Math::BigInt take 12 [PATCH]Tels2007-06-2711-74/+279
| | | | | Message-Id: <200706262100.54138@bloodgate.com> p4raw-id: //depot/perl@31478
* [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()Tels2007-06-258-171/+292
| | | | | Message-Id: <200706231530.49865@bloodgate.com> p4raw-id: //depot/perl@31459
* Math::BigInt v1.87 take 10Tels2007-06-238-24/+464
| | | | | Message-Id: <200706221902.22487@bloodgate.com> p4raw-id: //depot/perl@31449
* Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)Tels2007-06-171-5/+5
| | | | | Message-Id: <200706161343.47110@bloodgate.com> p4raw-id: //depot/perl@31400
* Math::BigInt v1.87 take 8Tels2007-06-1111-46/+393
| | | | | Message-Id: <200706091407.36659@bloodgate.com> p4raw-id: //depot/perl@31365
* pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 ↵Tels2007-06-1111-28/+236
| | | | | | | [PATCH] Message-Id: <200706081929.44888@bloodgate.com> p4raw-id: //depot/perl@31364
* Math::BigInt v1.87 take 6Tels2007-06-032-33/+46
| | | | | Message-Id: <200706021340.46806@bloodgate.com> p4raw-id: //depot/perl@31330
* Re: [PATCH] Math::BigInt v1.87 take 5Tels2007-05-284-109/+68
| | | | | Message-Id: <200705271554.32054@bloodgate.com> p4raw-id: //depot/perl@31285
* Re: Smoke failures with blead@31225 (Linux) [PATCH]Tels2007-05-211-4/+21
| | | | | Message-Id: <200705212017.23224@bloodgate.com> p4raw-id: //depot/perl@31253
* [PATCH] Math::BigInt v1.87Tels2007-05-156-134/+452
| | | | | | | | | | | | | | | | Date: Sun, 13 May 2007 14:34:11 +0000 Message-Id: <200705131434.11992@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 2) From: Tels <nospam-abuse@bloodgate.com> Date: Mon, 14 May 2007 15:41:36 +0000 Message-Id: <200705141541.40678@bloodgate.com> Subject: Re: [PATCH] Math::BigInt v1.87 (take 3) From: Tels <nospam-abuse@bloodgate.com> Date: Tue, 15 May 2007 19:02:54 +0000 Message-Id: <200705151902.57372@bloodgate.com> p4raw-id: //depot/perl@31222
* Upgrage to bignum-0.21 and Math-BigRat-0.19Steve Peters2007-05-082-46/+256
| | | p4raw-id: //depot/perl@31169
* Upgrade to Math::BigInt 1.86Rafael Garcia-Suarez2007-05-0717-132/+571
| | | p4raw-id: //depot/perl@31159
* Upgrade to bignum-0.20 and Math-BigRat-0.18.Steve Peters2007-04-101-1/+1
| | | p4raw-id: //depot/perl@30877
* BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]Tels2007-04-104-56/+354
| | | | | Message-Id: <200704092059.24058@bloodgate.com> p4raw-id: //depot/perl@30876
* Math::BigInt 1.80Tels2007-03-0412-29/+154
| | | | | Message-Id: <200703041557.02996@bloodgate.com> p4raw-id: //depot/perl@30460
* Integrate BigRat 0.17Tels2007-02-192-34/+189
| | | | | Message-Id: <200702031310.58656@bloodgate.com> p4raw-id: //depot/perl@30359
* [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11Tels2007-02-1917-147/+458
| | | | | | | | | | | | | | | | Date: Fri, 2 Feb 2007 15:37:36 +0100 Message-Id: <200702021537.38442@bloodgate.com> Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11 From: Tels <nospam-abuse@bloodgate.com> Date: Tue, 6 Feb 2007 20:18:48 +0100 Message-Id: <200702062019.05487@bloodgate.com> Also, a fix for @INC in lib/Math/BigInt/t/calling.t Additional tests to perform Pod and Pod coverage testing were left out based on removal of similar test files previously. p4raw-id: //depot/perl@30358
* Upgrade to Math-Complex-1.37.Steve Peters2007-01-233-15/+14
| | | p4raw-id: //depot/perl@29932
* Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.Steve Peters2006-07-064-379/+411
| | | | | Also, sync'ing up with the CPAN version of the module. p4raw-id: //depot/perl@28494