summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)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
| | | | | | perltidy insists on doing this, and I can't figure out any way to stop it. But it's not really bad style, so I'll just do what perltidy wants here.
* Math::Decimal::FastPP: Move POD to after __END__P. J. McDermott2017-01-171-97/+85
| | | | Also remove a useless "=cut".
* dadd(), dmul(), drhtz(), drhfz(): Use char classes for decimal points, not ↵P. J. McDermott2017-01-171-6/+6
| | | | escapes
* 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