The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Math::Project"

Math::Project - Compute intersection with upright line through input point River stage one • 1 direct dependent • 1 total dependent

This module provides function project() for computing intersection with upright line through input point [xi,yi]. You must specify points [x1,y1] and [x2,y2] of straight line. You can use list of imported functions or access functions via "Math::Proj...

MILSO/Math-Project-0.04 - 18 Jan 2014 11:08:37 UTC

Math::Project3D - Project functions of multiple parameters from R^3 onto an arbitrary plane River stage one • 3 direct dependents • 3 total dependents

Methods new "new" may be used as a class or object method. In the current implementation both have the same effect. "new" returns a new Math::Project3D object. You need to pass a number of arguments as a list of key/value pairs: plane_basis_vector =>...

SMUELLER/Math-Project3D-1.02 - 07 Oct 2006 12:04:02 UTC

Math::Project3D::Function River stage one • 3 direct dependents • 3 total dependents

This package contains the code for generating anonymous subroutines for use as functions with the Math::Project3D module. The package has no public subroutines and you should use it indirectly through the "new_function" method of Math::Project3D. Oh,...

SMUELLER/Math-Project3D-1.02 - 07 Oct 2006 12:04:02 UTC

Math::Project3D::Plot - Perl extension for plotting projections of 3D functions River stage zero No dependents

This module may be used to plot the results of a projection from a three dimensional vectorial function onto a plane into an image. What a horrible sentence. Methods new new is the constructor for Math::Project3D::Plot objects. Using the specified ar...

SMUELLER/Math-Project3D-Plot-1.02 - 05 Nov 2006 17:59:46 UTC

Math::DCT - 1D and NxN 2D Fast Discreet Cosine Transforms (DCT-II) River stage one • 2 direct dependents • 2 total dependents

An unscaled DCT-II implementation for 1D and NxN 2D matrices implemented in XS. For array sizes which are a power of 2 a fast - *O(n logn)* for 1D, *O(n² logn)* for 2D - algorithm (FCT) described by Lee is used with some tweaks. In addition, an unsca...

DKECHAG/Math-DCT-0.04 - 11 May 2022 17:22:09 UTC

Math::Yapp - Perl extension for working with Polynomials. Yes, I know there are *many!* Polynomial packages. And like them, I started it for (geeky) fun, then got obsessed with it as a learning experience. Enjoy! River stage zero No dependents

Man, if that synopsis don't say it all, what can I possibly add? :-) OK, as mentioned above, this is a fun project. The plan, not necessarily all implemented at the first release, is to provide many kinds of operations on the polynomials that intimid...

JASALOMON/Math-Yapp-1.07 - 26 Feb 2017 21:40:36 UTC

Math::Int64 - Manipulate 64 bits integers in Perl River stage two • 28 direct dependents • 85 total dependents

This module adds support for 64 bit integers, signed and unsigned, to Perl. Exportable functions int64() int64($value) Creates a new int64 value and initializes it to $value, where $value can be a Perl number or a string containing a number. For inst...

SALVA/Math-Int64-0.57 - 21 Jan 2024 21:12:00 UTC

Math::3Space - 3D Coordinate math with an intuitive cross-space mapping API River stage zero No dependents

This module implements the sort of 3D coordinate space math that would typically be done using a 4x4 matrix, but instead uses a 3x4 matrix composed of axis vectors "xv", "yv", "zv" (i.e. vectors that point along the axes of the coordinate space) plus...

NERDVANA/Math-3Space-0.003 - 01 Nov 2023 21:30:34 UTC

Math::FastGF2 - Perl extension for fast Galois Field arithmetic River stage one • 1 direct dependent • 1 total dependent

This module provides an interface for performing single modulo arithmetic operations on Galois Field polynomials in GF(2^8), GF(2^16) and GF(2^32). All values to be operated on are simple Perl numeric scalars which are taken to represent polynomials ...

DMALONE/Math-FastGF2-0.07 - 13 Sep 2019 14:09:19 UTC

Math::Clipper - Polygon clipping in 2D River stage zero No dependents

"Clipper" is a C++ (and Delphi) library that implements polygon clipping. Exports The module optionally exports a few constants to your namespace. Standard Exporter semantics apply (including the ":all" tag). The list of exportable constants is compr...

SHELDRAKE/Math-Clipper-1.29 - 17 May 2019 07:01:25 UTC

Math::Polynom - Operations on polynomials River stage one • 1 direct dependent • 1 total dependent

What! Yet another module to manipulate polynomials!! No, don't worry, there is a good reason for this one ;) I needed (for my work at a large financial institution) a robust way to compute the internal rate of return (IRR) of various cashflows. An IR...

ERWAN/Math-Polynom-0.13 - 11 Jul 2007 14:29:37 UTC

Math::Geometry - Geometry related functions River stage zero No dependents

This package implements classic geometry methods. It should be considered alpha software and any feedback at all is greatly appreciated. The following methods are available: vector_product. Also known as the cross product, given two vectors in Geomet...

GMCCAR/Math-Geometry-0.04 - 19 Aug 2006 03:07:56 UTC

Meta::Math::Pad - pad numbers with zeros. River stage zero No dependents

This module handles padding numbers to achieve a certain presentation. This module currently provides just a single function but may provide decimal point padding and other functions in the future....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Math::Financial - Calculates figures relating to loans and annuities. River stage zero No dependents

This package contains solves mathematical problems relating to loans and annuities. The attributes that are used in the equations may be set on a per-object basis, allowing you to run a set of different calculations using the same numbers, or they ma...

FIXLER/Math-Financial-0.76 - 15 Sep 1999 20:08:04 UTC

Math::simpleRNG - simple Random Number Generator River stage zero No dependents

This function uses George Marsaglia's Multiply With Carry algorithm to produce uniformly distributed unsigned integers. * $random = sRNG('seed1','seed2') input: seed1 [optional] seed2 [optional] return: an unsigned random integer 1 -> 2^32 -1 Startin...

MIKER/Math-simpleRNG-0.04 - 27 Jan 2014 21:43:16 UTC

Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring River stage two • 12 direct dependents • 20 total dependents

A module for number theory in Perl. This includes prime sieving, primality tests, primality proofs, integer factoring, counts / bounds / approximations for primes, nth primes, and twin primes, random prime generation, and much more. This module is th...

DANAJ/Math-Prime-Util-0.73 - 15 Nov 2018 18:56:14 UTC

Finance::Math::IRR - Calculate the internal rate of return of a cash flow River stage zero No dependents

The internal rate of return (IRR) is a powerfull tool when evaluating the behaviour of a cashflow. It is typically used to assess whether an investment will yield profit. But since you are reading those lines, I assume you already know what an IRR is...

ERWAN/Finance-Math-IRR-0.10 - 12 Jul 2007 12:36:58 UTC

Meta::Math::MinMax - save minimum and maximum values for sets of numbers. River stage zero No dependents

This is a simple Min/Max collector. Meaning - while you are in some kind of process, and would like to get some infomation on sets of numbers you are working with, create an instance of this object, throw numbers it's way and at the end of your proce...

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

Math::Random::Free - free drop-in replacement for Math::Random River stage zero No dependents

This is free (see below) implementation of Math::Random 0.72, serving as drop-in replacement for this module....

MERKYS/Math-Random-Free-0.2.0 - 20 May 2021 06:02:10 UTC

Meta::Math::Ranges - Data structure to describe a list of ranges. River stage zero No dependents

This is an object to describe a list of mathematical ranges (min-max type) which are disjoint....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
33 results (0.036 seconds)