Ports Search

Results 18,36118,370 of 19,819 for %22HTTP Server%22.(0.012 seconds)
math/GIS-Distance-Fast-0.07 (Score: 7.739885E-4)
C implementation of GIS::Distance formulas
This distribution re-implements some, but not all, of the formulas that come with GIS::Distance in the C programming language. C code is generally much faster than the perl equivilent.
OO wrapper to gpc library (translated to XS)
OO wrapper to gpc library (translated from Inline-based Math::Geometry::Planar::GPC::Polygon to XS)
math/GIS-Distance-Lite-1.0 (Score: 7.739885E-4)
Calculate geographic distances in geodetic WGS84 format
The module provides a method to calculate geographic distances between coordinates in geodetic WGS84 format using the Haversine formula. It is similar to GIS::Distance, but without the extra bells and whistles and without the additional dependencies. Same great taste, less filling. It exists for those who cannot, or prefer not to install Moose and its dependencies.
math/Geo-Distance-XS-0.11 (Score: 7.739885E-4)
Calculate Distances and Closest Locations faster
The Geo::Distance::XS module provides faster C implementations of the distance calculations found in Geo::Distance. See the documentation for that module for usage.
math/Math-Algebra-Symbols-1.27 (Score: 7.739885E-4)
Symbolic Algebra in Pure Perl
This package supplies a set of functions and operators to manipulate operator expressions algebraically using the familiar Perl syntax. These expressions are constructed from "Symbols", "Operators", and "Functions", and processed via "Methods". For examples, see: "Examples".
math/Math-BigInt-FastCalc-0.42 (Score: 7.739885E-4)
Math::BigInt::Calc with some XS for more speed
Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or Math::BigInt::Pari.
math/Math-BigInt-GMP-1.51 (Score: 7.739885E-4)
Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
Math::BigInt::GMP - Use the GMP library for Math::BigInt routines. Provides support for big integer calculations via means of the GMP c-library. Math::BigInt::GMP now no longer uses Math::GMP, but provides its own XS layer to access the GMP c-library. This cuts out another (perl sub routine) layer and also reduces the memory footprint by not loading Math::GMP and Carp at all.
math/Math-BigInt-Pari-1.27 (Score: 7.739885E-4)
Use Math::Pari for Math::BigInt routines
This is Math::BigInt::Pari, a plugin module for Math::BigInt that replaces Math::BigInt's core math routines with Math::Pari routines. This package contains a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. It needs the new versions of Math::BigInt and Math::BigFloat as they are from Perl 5.7.x onwards.
math/Math-Geometry-Planar-GPC-1.04 (Score: 7.739885E-4)
Perl wrapper for Alan Murta's gpc library
This module is just a wrapper around the gpc C library written by Alan Murta gpc: General Polygon Clipping library (C) 1997-1999, Advanced Interfaces Group, University of Manchester. Please refer to the gpc manual for more details on gpc.
math/Math-Geometry-Planar-Offset-1.05 (Score: 7.739885E-4)
Calculate offset polygons
A library for calculating offset polygons.