summaryrefslogtreecommitdiffstats
path: root/lib/Math
Commit message (Expand)AuthorAgeFilesLines
* dfmt(): Fix radix point matchingP. J. McDermott2017-01-281-1/+1
* dfmt(): Don't interpolate literal stringsP. J. McDermott2017-01-281-3/+3
* dfmt(): New functionP. J. McDermott2017-01-281-11/+47
* dadd(), dmul(), drhtz(), drhfz(): Break after "return"P. J. McDermott2017-01-171-4/+8
* Math::Decimal::FastPP: Move POD to after __END__P. J. McDermott2017-01-171-97/+85
* dadd(), dmul(), drhtz(), drhfz(): Use char classes for decimal points, not es...P. J. McDermott2017-01-171-6/+6
* Math::Decimal::FastPP: Don't interpolate literal stringsP. J. McDermott2017-01-171-15/+15
* drhtz(), drhfz(): Replace regex dots with more strict expressionsP. J. McDermott2017-01-171-2/+2
* drhtz(), drhfz(): Replace postfix control structuresP. J. McDermott2017-01-171-4/+4
* dadd(), dmul(), drhtz(), drhfz(): Remove commented-out codeP. J. McDermott2017-01-171-12/+0
* dadd(), dmul(): Don't use stringy split()P. J. McDermott2017-01-171-4/+4
* Math::Decimal::FastPP: Rename and add POD sections to comply with PBPP. J. McDermott2017-01-171-5/+25
* Math::Decimal::FastPP: Add text to POD linksP. J. McDermott2017-01-171-4/+4
* Math::Decimal::FastPP: Don't export by defaultP. J. McDermott2017-01-171-2/+2
* lib/Math/Decimal/FastPP.pm: Put strict and warnings pragmas in packageP. J. McDermott2017-01-171-2/+2
* lib/Math/Decimal/FastPP.pm, README: s/arithmetic/math/ or add "and rounding"P. J. McDermott2017-01-081-8/+8
* drhtz(), drhfz(): Properly handle negative significandsP. J. McDermott2017-01-051-2/+10
* lib/Math/Decimal/FastPP.pm: Improve POD formattingP. J. McDermott2017-01-051-3/+3
* lib/Math/Decimal/FastPP.pm: s/=item/=head2/P. J. McDermott2017-01-051-8/+4
* lib/Math/Decimal/FastPP.pm: Add POD sections PHILOSOPHY and THEORYP. J. McDermott2017-01-041-2/+47
* lib/Math/FastPPDecimal.pm: Rename to lib/Math/Decimal/FastPP.pmP. J. McDermott2017-01-041-4/+4
* lib/Math/FastPPDecimal.pm: New fileP. J. McDermott2017-01-041-0/+208