Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Math-PlanePath | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 129 | Vendor: openSUSE |
Release: bp155.2.8 | Build date: Wed May 17 18:43:19 2023 |
Group: Unspecified | Build host: obs-arm-8 |
Size: 4046624 | Source RPM: perl-Math-PlanePath-129-bp155.2.8.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/Math-PlanePath | |
Summary: Points on a path through the 2-D plane |
This is a base class for some mathematical paths which map an integer position '$n' to and from coordinates '$x,$y' in the 2D plane. The current classes include the following. The intention is that any 'Math::PlanePath::Something' is a PlanePath, and supporting base classes or related things are further down like 'Math::PlanePath::Base::Xyzzy'. SquareSpiral four-sided spiral PyramidSpiral square base pyramid TriangleSpiral equilateral triangle spiral TriangleSpiralSkewed equilateral skewed for compactness DiamondSpiral four-sided spiral, looping faster PentSpiral five-sided spiral PentSpiralSkewed five-sided spiral, compact HexSpiral six-sided spiral HexSpiralSkewed six-sided spiral skewed for compactness HeptSpiralSkewed seven-sided spiral, compact AnvilSpiral anvil shape OctagramSpiral eight pointed star KnightSpiral an infinite knight's tour CretanLabyrinth 7-circuit extended infinitely SquareArms four-arm square spiral DiamondArms four-arm diamond spiral AztecDiamondRings four-sided rings HexArms six-arm hexagonal spiral GreekKeySpiral square spiral with Greek key motif MPeaks "M" shape layers SacksSpiral quadratic on an Archimedean spiral VogelFloret seeds in a sunflower TheodorusSpiral unit steps at right angles ArchimedeanChords unit chords on an Archimedean spiral MultipleRings concentric circles PixelRings concentric rings of midpoint pixels FilledRings concentric rings of pixels Hypot points by distance HypotOctant first octant points by distance TriangularHypot points by triangular distance PythagoreanTree X^2+Y^2=Z^2 by trees PeanoCurve 3x3 self-similar quadrant PeanoDiagonals across unit squares WunderlichSerpentine transpose parts of PeanoCurve HilbertCurve 2x2 self-similar quadrant HilbertSides along sides of unit squares HilbertSpiral 2x2 self-similar whole-plane ZOrderCurve replicating Z shapes GrayCode Gray code splits WunderlichMeander 3x3 "R" pattern quadrant BetaOmega 2x2 self-similar half-plane AR2W2Curve 2x2 self-similar of four parts KochelCurve 3x3 self-similar of two parts DekkingCurve 5x5 self-similar, edges DekkingCentres 5x5 self-similar, centres CincoCurve 5x5 self-similar ImaginaryBase replicate in four directions ImaginaryHalf half-plane replicate three directions CubicBase replicate in three directions SquareReplicate 3x3 replicating squares CornerReplicate 2x2 replicating "U" LTiling self-similar L shapes DigitGroups digits grouped by zeros FibonacciWordFractal turns by Fibonacci word bits Flowsnake self-similar hexagonal tile traversal FlowsnakeCentres likewise but centres of hexagons GosperReplicate self-similar hexagonal tiling GosperIslands concentric island rings GosperSide single side or radial QuintetCurve self-similar "+" traversal QuintetCentres likewise but centres of squares QuintetReplicate self-similar "+" tiling DragonCurve paper folding DragonRounded paper folding rounded corners DragonMidpoint paper folding segment midpoints AlternatePaper alternating direction folding AlternatePaperMidpoint alternating direction folding, midpoints TerdragonCurve ternary dragon TerdragonRounded ternary dragon rounded corners TerdragonMidpoint ternary dragon segment midpoints AlternateTerdragon alternate ternary dragon R5DragonCurve radix-5 dragon curve R5DragonMidpoint radix-5 dragon curve midpoints CCurve "C" curve ComplexPlus base i+realpart ComplexMinus base i-realpart, including twindragon ComplexRevolving revolving base i+1 SierpinskiCurve self-similar right-triangles SierpinskiCurveStair self-similar right-triangles, stair-step HIndexing self-similar right-triangles, squared up KochCurve replicating triangular notches KochPeaks two replicating notches KochSnowflakes concentric notched 3-sided rings KochSquareflakes concentric notched 4-sided rings QuadricCurve eight segment zig-zag QuadricIslands rings of those zig-zags SierpinskiTriangle self-similar triangle by rows SierpinskiArrowhead self-similar triangle connectedly SierpinskiArrowheadCentres likewise but centres of triangles Rows fixed-width rows Columns fixed-height columns Diagonals diagonals between X and Y axes DiagonalsAlternating diagonals Y to X and back again DiagonalsOctant diagonals between Y axis and X=Y centre Staircase stairs down from the Y to X axes StaircaseAlternating stairs Y to X and back again Corner expanding stripes around a corner CornerAlternating expanding up and down around a corner PyramidRows expanding stacked rows pyramid PyramidSides along the sides of a 45-degree pyramid CellularRule cellular automaton by rule number CellularRule54 cellular automaton rows pattern CellularRule57 cellular automaton (rule 99 mirror too) CellularRule190 cellular automaton (rule 246 mirror too) UlamWarburton cellular automaton diamonds UlamWarburtonQuarter cellular automaton quarter-plane DiagonalRationals rationals X/Y by diagonals FactorRationals rationals X/Y by prime factorization GcdRationals rationals X/Y by rows with GCD integer RationalsTree rationals X/Y by tree FractionsTree fractions 0<X/Y<1 by tree ChanTree rationals X/Y multi-child tree CfracDigits continued fraction 0<X/Y<1 by digits CoprimeColumns coprime X,Y DivisibleColumns X divisible by Y WythoffArray Fibonacci recurrences WythoffPreliminaryTriangle PowerArray powers in rows File points from a disk file And in the separate Math-PlanePath-Toothpick distribution ToothpickTree pattern of toothpicks ToothpickReplicate same by replication rather than tree ToothpickUpist toothpicks only growing upwards ToothpickSpiral toothpicks around the origin LCornerTree L-shape corner growth LCornerReplicate same by replication rather than tree OneOfEight HTree H shapes replicated The paths are object oriented to allow parameters, though many have none. See 'examples/numbers.pl' in the Math-PlanePath sources for a sample printout of numbers from selected paths or all paths.
GPL-3.0-or-later
* Wed Jan 20 2021 Tina Müller <timueller+perl@suse.de> - updated to 129 see /usr/share/doc/packages/perl-Math-PlanePath/Changes * Mon Sep 28 2020 Tina Müller <timueller+perl@suse.de> - updated to 128 see /usr/share/doc/packages/perl-Math-PlanePath/Changes * Sun Aug 18 2019 Stephan Kulow <coolo@suse.com> - updated to 127 see /usr/share/doc/packages/perl-Math-PlanePath/Changes * Mon Mar 05 2018 coolo@suse.com - updated to 126 see /usr/share/doc/packages/perl-Math-PlanePath/Changes * Mon Dec 04 2017 coolo@suse.com - updated to 125 see /usr/share/doc/packages/perl-Math-PlanePath/Changes Version 125, December 2017 - GosperReplicate, QuintetReplicate new numbering_type "rotate" - SquareReplicate new numbering_type "rotate-4","rotate-8" * Mon Feb 13 2017 coolo@suse.com - updated to 124 see /usr/share/doc/packages/perl-Math-PlanePath/Changes * Mon May 23 2016 coolo@suse.com - updated to 123 see /usr/share/doc/packages/perl-Math-PlanePath/Changes Version 123, April 2016 - bigfloat.t compare results with ==, needed by BigFloat 1.999720, as reported by Petr Pisar RT#114014 - MultipleRings fix BigFloat output on BigRat input * Sat Jan 02 2016 coolo@suse.com - updated to 122 see /usr/share/doc/packages/perl-Math-PlanePath/Changes * Mon Oct 12 2015 coolo@suse.com - updated to 121 see /usr/share/doc/packages/perl-Math-PlanePath/Changes * Sun Aug 16 2015 normand@linux.vnet.ibm.com - updated to 120 see /usr/share/doc/packages/perl-Math-PlanePath/Changes Version 120, July 2015 - new HilbertSides - PlanePathTurn new turn_type "Straight" - version changed required for ppc64le architecture build. * Wed May 13 2015 coolo@suse.com - updated to 119 see /usr/share/doc/packages/perl-Math-PlanePath/Changes Version 119, May 2015 - fixes to most n_to_level() - Math::PlanePath::Base::Digits new round_up_pow() * Tue Apr 14 2015 coolo@suse.com - updated to 118 see /usr/share/doc/packages/perl-Math-PlanePath/Changes
/usr/lib/perl5/vendor_perl/5.26.1/Math /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/OEIS /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/OEIS/Catalogue /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/OEIS/Catalogue/Plugin /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/OEIS/Catalogue/Plugin/PlanePath.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/PlanePathCoord.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/PlanePathDelta.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/PlanePathN.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/NumSeq/PlanePathTurn.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/AR2W2Curve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/AlternatePaper.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/AlternatePaperMidpoint.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/AlternateTerdragon.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/AnvilSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ArchimedeanChords.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/AztecDiamondRings.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Base /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Base/Digits.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Base/Generic.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Base/NSEW.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/BetaOmega.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CellularRule.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CellularRule190.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CellularRule54.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CellularRule57.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CfracDigits.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ChanTree.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CincoCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Columns.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ComplexMinus.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ComplexPlus.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ComplexRevolving.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CoprimeColumns.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Corner.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CornerAlternating.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CornerReplicate.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CretanLabyrinth.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/CubicBase.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DekkingCentres.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DekkingCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DiagonalRationals.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Diagonals.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DiagonalsAlternating.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DiagonalsOctant.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DiamondArms.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DiamondSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DigitGroups.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DivisibleColumns.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DragonCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DragonMidpoint.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/DragonRounded.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/FactorRationals.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/FibonacciWordFractal.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/File.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/FilledRings.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Flowsnake.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/FlowsnakeCentres.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/FractionsTree.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/GcdRationals.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/GosperIslands.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/GosperReplicate.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/GosperSide.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/GrayCode.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/GreekKeySpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HIndexing.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HeptSpiralSkewed.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HexArms.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HexSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HexSpiralSkewed.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HilbertCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HilbertSides.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HilbertSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Hypot.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/HypotOctant.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ImaginaryBase.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ImaginaryHalf.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/KnightSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/KochCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/KochPeaks.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/KochSnowflakes.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/KochSquareflakes.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/KochelCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/LTiling.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/MPeaks.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/MultipleRings.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/OctagramSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PeanoCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PeanoDiagonals.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PentSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PentSpiralSkewed.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PixelRings.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PowerArray.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PyramidRows.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PyramidSides.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PyramidSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/PythagoreanTree.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/QuadricCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/QuadricIslands.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/QuintetCentres.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/QuintetCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/QuintetReplicate.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/R5DragonCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/R5DragonMidpoint.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/RationalsTree.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Rows.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SacksSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SierpinskiArrowhead.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SierpinskiArrowheadCentres.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SierpinskiCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SierpinskiCurveStair.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SierpinskiTriangle.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SquareArms.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SquareReplicate.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/SquareSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/Staircase.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/StaircaseAlternating.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/TerdragonCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/TerdragonMidpoint.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/TerdragonRounded.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/TheodorusSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/TriangleSpiral.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/TriangleSpiralSkewed.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/TriangularHypot.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/UlamWarburton.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/UlamWarburtonQuarter.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/VogelFloret.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/WunderlichMeander.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/WunderlichSerpentine.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/WythoffArray.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/WythoffPreliminaryTriangle.pm /usr/lib/perl5/vendor_perl/5.26.1/Math/PlanePath/ZOrderCurve.pm /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/Math /usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/Math/PlanePath /usr/share/doc/packages/perl-Math-PlanePath /usr/share/doc/packages/perl-Math-PlanePath/Changes /usr/share/doc/packages/perl-Math-PlanePath/examples /usr/share/doc/packages/perl-Math-PlanePath/examples/a023531.l /usr/share/doc/packages/perl-Math-PlanePath/examples/c-curve-wx.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/cellular-rules.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/cretan-walls.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/hilbert-oeis.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/hilbert-path.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/knights-oeis.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/koch-svg.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/numbers.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/other /usr/share/doc/packages/perl-Math-PlanePath/examples/other/dragon-curve.el /usr/share/doc/packages/perl-Math-PlanePath/examples/other/dragon-curve.gnuplot /usr/share/doc/packages/perl-Math-PlanePath/examples/other/dragon-curve.logo /usr/share/doc/packages/perl-Math-PlanePath/examples/other/dragon-curve.m4 /usr/share/doc/packages/perl-Math-PlanePath/examples/other/dragon-pgf-latex.tex /usr/share/doc/packages/perl-Math-PlanePath/examples/other/dragon-pgf-plain.tex /usr/share/doc/packages/perl-Math-PlanePath/examples/other/dragon-recursive.gri /usr/share/doc/packages/perl-Math-PlanePath/examples/other/fibonacci-word-fractal.logo /usr/share/doc/packages/perl-Math-PlanePath/examples/other/flowsnake-ascii-small.gp /usr/share/doc/packages/perl-Math-PlanePath/examples/other/sierpinski-triangle-bitand.gnuplot /usr/share/doc/packages/perl-Math-PlanePath/examples/other/sierpinski-triangle-replicate.gnuplot /usr/share/doc/packages/perl-Math-PlanePath/examples/other/sierpinski-triangle-text.gnuplot /usr/share/doc/packages/perl-Math-PlanePath/examples/other/sierpinski-triangle-text.logo /usr/share/doc/packages/perl-Math-PlanePath/examples/other/sierpinski-triangle.m4 /usr/share/doc/packages/perl-Math-PlanePath/examples/rationals-tree.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/sacks-xpm.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/square-numbers.pl /usr/share/doc/packages/perl-Math-PlanePath/examples/ulam-spiral-xpm.pl /usr/share/licenses/perl-Math-PlanePath /usr/share/licenses/perl-Math-PlanePath/COPYING /usr/share/man/man3/Math::NumSeq::PlanePathCoord.3pm.gz /usr/share/man/man3/Math::NumSeq::PlanePathDelta.3pm.gz /usr/share/man/man3/Math::NumSeq::PlanePathN.3pm.gz /usr/share/man/man3/Math::NumSeq::PlanePathTurn.3pm.gz /usr/share/man/man3/Math::PlanePath.3pm.gz /usr/share/man/man3/Math::PlanePath::AR2W2Curve.3pm.gz /usr/share/man/man3/Math::PlanePath::AlternatePaper.3pm.gz /usr/share/man/man3/Math::PlanePath::AlternatePaperMidpoint.3pm.gz /usr/share/man/man3/Math::PlanePath::AlternateTerdragon.3pm.gz /usr/share/man/man3/Math::PlanePath::AnvilSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::ArchimedeanChords.3pm.gz /usr/share/man/man3/Math::PlanePath::AztecDiamondRings.3pm.gz /usr/share/man/man3/Math::PlanePath::Base::Digits.3pm.gz /usr/share/man/man3/Math::PlanePath::Base::Generic.3pm.gz /usr/share/man/man3/Math::PlanePath::Base::NSEW.3pm.gz /usr/share/man/man3/Math::PlanePath::BetaOmega.3pm.gz /usr/share/man/man3/Math::PlanePath::CCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::CellularRule.3pm.gz /usr/share/man/man3/Math::PlanePath::CellularRule190.3pm.gz /usr/share/man/man3/Math::PlanePath::CellularRule54.3pm.gz /usr/share/man/man3/Math::PlanePath::CellularRule57.3pm.gz /usr/share/man/man3/Math::PlanePath::CfracDigits.3pm.gz /usr/share/man/man3/Math::PlanePath::ChanTree.3pm.gz /usr/share/man/man3/Math::PlanePath::CincoCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::Columns.3pm.gz /usr/share/man/man3/Math::PlanePath::ComplexMinus.3pm.gz /usr/share/man/man3/Math::PlanePath::ComplexPlus.3pm.gz /usr/share/man/man3/Math::PlanePath::ComplexRevolving.3pm.gz /usr/share/man/man3/Math::PlanePath::CoprimeColumns.3pm.gz /usr/share/man/man3/Math::PlanePath::Corner.3pm.gz /usr/share/man/man3/Math::PlanePath::CornerAlternating.3pm.gz /usr/share/man/man3/Math::PlanePath::CornerReplicate.3pm.gz /usr/share/man/man3/Math::PlanePath::CretanLabyrinth.3pm.gz /usr/share/man/man3/Math::PlanePath::CubicBase.3pm.gz /usr/share/man/man3/Math::PlanePath::DekkingCentres.3pm.gz /usr/share/man/man3/Math::PlanePath::DekkingCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::DiagonalRationals.3pm.gz /usr/share/man/man3/Math::PlanePath::Diagonals.3pm.gz /usr/share/man/man3/Math::PlanePath::DiagonalsAlternating.3pm.gz /usr/share/man/man3/Math::PlanePath::DiagonalsOctant.3pm.gz /usr/share/man/man3/Math::PlanePath::DiamondArms.3pm.gz /usr/share/man/man3/Math::PlanePath::DiamondSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::DigitGroups.3pm.gz /usr/share/man/man3/Math::PlanePath::DivisibleColumns.3pm.gz /usr/share/man/man3/Math::PlanePath::DragonCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::DragonMidpoint.3pm.gz /usr/share/man/man3/Math::PlanePath::DragonRounded.3pm.gz /usr/share/man/man3/Math::PlanePath::FactorRationals.3pm.gz /usr/share/man/man3/Math::PlanePath::FibonacciWordFractal.3pm.gz /usr/share/man/man3/Math::PlanePath::File.3pm.gz /usr/share/man/man3/Math::PlanePath::FilledRings.3pm.gz /usr/share/man/man3/Math::PlanePath::Flowsnake.3pm.gz /usr/share/man/man3/Math::PlanePath::FlowsnakeCentres.3pm.gz /usr/share/man/man3/Math::PlanePath::FractionsTree.3pm.gz /usr/share/man/man3/Math::PlanePath::GcdRationals.3pm.gz /usr/share/man/man3/Math::PlanePath::GosperIslands.3pm.gz /usr/share/man/man3/Math::PlanePath::GosperReplicate.3pm.gz /usr/share/man/man3/Math::PlanePath::GosperSide.3pm.gz /usr/share/man/man3/Math::PlanePath::GrayCode.3pm.gz /usr/share/man/man3/Math::PlanePath::GreekKeySpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::HIndexing.3pm.gz /usr/share/man/man3/Math::PlanePath::HeptSpiralSkewed.3pm.gz /usr/share/man/man3/Math::PlanePath::HexArms.3pm.gz /usr/share/man/man3/Math::PlanePath::HexSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::HexSpiralSkewed.3pm.gz /usr/share/man/man3/Math::PlanePath::HilbertCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::HilbertSides.3pm.gz /usr/share/man/man3/Math::PlanePath::HilbertSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::Hypot.3pm.gz /usr/share/man/man3/Math::PlanePath::HypotOctant.3pm.gz /usr/share/man/man3/Math::PlanePath::ImaginaryBase.3pm.gz /usr/share/man/man3/Math::PlanePath::ImaginaryHalf.3pm.gz /usr/share/man/man3/Math::PlanePath::KnightSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::KochCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::KochPeaks.3pm.gz /usr/share/man/man3/Math::PlanePath::KochSnowflakes.3pm.gz /usr/share/man/man3/Math::PlanePath::KochSquareflakes.3pm.gz /usr/share/man/man3/Math::PlanePath::KochelCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::LTiling.3pm.gz /usr/share/man/man3/Math::PlanePath::MPeaks.3pm.gz /usr/share/man/man3/Math::PlanePath::MultipleRings.3pm.gz /usr/share/man/man3/Math::PlanePath::OctagramSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::PeanoCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::PeanoDiagonals.3pm.gz /usr/share/man/man3/Math::PlanePath::PentSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::PentSpiralSkewed.3pm.gz /usr/share/man/man3/Math::PlanePath::PixelRings.3pm.gz /usr/share/man/man3/Math::PlanePath::PowerArray.3pm.gz /usr/share/man/man3/Math::PlanePath::PyramidRows.3pm.gz /usr/share/man/man3/Math::PlanePath::PyramidSides.3pm.gz /usr/share/man/man3/Math::PlanePath::PyramidSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::PythagoreanTree.3pm.gz /usr/share/man/man3/Math::PlanePath::QuadricCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::QuadricIslands.3pm.gz /usr/share/man/man3/Math::PlanePath::QuintetCentres.3pm.gz /usr/share/man/man3/Math::PlanePath::QuintetCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::QuintetReplicate.3pm.gz /usr/share/man/man3/Math::PlanePath::R5DragonCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::R5DragonMidpoint.3pm.gz /usr/share/man/man3/Math::PlanePath::RationalsTree.3pm.gz /usr/share/man/man3/Math::PlanePath::Rows.3pm.gz /usr/share/man/man3/Math::PlanePath::SacksSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::SierpinskiArrowhead.3pm.gz /usr/share/man/man3/Math::PlanePath::SierpinskiArrowheadCentres.3pm.gz /usr/share/man/man3/Math::PlanePath::SierpinskiCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::SierpinskiCurveStair.3pm.gz /usr/share/man/man3/Math::PlanePath::SierpinskiTriangle.3pm.gz /usr/share/man/man3/Math::PlanePath::SquareArms.3pm.gz /usr/share/man/man3/Math::PlanePath::SquareReplicate.3pm.gz /usr/share/man/man3/Math::PlanePath::SquareSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::Staircase.3pm.gz /usr/share/man/man3/Math::PlanePath::StaircaseAlternating.3pm.gz /usr/share/man/man3/Math::PlanePath::TerdragonCurve.3pm.gz /usr/share/man/man3/Math::PlanePath::TerdragonMidpoint.3pm.gz /usr/share/man/man3/Math::PlanePath::TerdragonRounded.3pm.gz /usr/share/man/man3/Math::PlanePath::TheodorusSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::TriangleSpiral.3pm.gz /usr/share/man/man3/Math::PlanePath::TriangleSpiralSkewed.3pm.gz /usr/share/man/man3/Math::PlanePath::TriangularHypot.3pm.gz /usr/share/man/man3/Math::PlanePath::UlamWarburton.3pm.gz /usr/share/man/man3/Math::PlanePath::UlamWarburtonQuarter.3pm.gz /usr/share/man/man3/Math::PlanePath::VogelFloret.3pm.gz /usr/share/man/man3/Math::PlanePath::WunderlichMeander.3pm.gz /usr/share/man/man3/Math::PlanePath::WunderlichSerpentine.3pm.gz /usr/share/man/man3/Math::PlanePath::WythoffArray.3pm.gz /usr/share/man/man3/Math::PlanePath::WythoffPreliminaryTriangle.3pm.gz /usr/share/man/man3/Math::PlanePath::ZOrderCurve.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:17:49 2024