Search results for "module:Math::Polynomial::Solve"
Math::Polynomial::Solve - Find the roots of polynomial equations.
This package supplies a set of functions that find the roots of polynomials, along with some utility functions. Roots will be either real or of type Math::Complex. Functions making use of the Sturm sequence are also available, letting you find the nu...
JGAMBLE/Math-Polynomial-Solve-2.86 - 02 Nov 2018 01:10:27 UTC
Math::GSL::Poly - Solve and evaluate polynomials
Here is a list of all the functions included in this module : * gsl_poly_eval(@values, $length, $x) This function evaluates a polynomial with real coefficients for the real variable $x. $length is the number of elements inside @values. The function r...
HAKONH/Math-GSL-0.43 - 26 Jul 2021 16:34:34 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!
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::Polynom - Operations on polynomials
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
Finance::Math::IRR - Calculate the internal rate of return of a cash flow
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
Math::GrahamFunction - Calculate the Graham's Function of a Natural Number.
The Graham Function of a natural number n, which we will denote by G(n), is the minimal number for which there's an increasing series of integers that starts at n and ends at G(n) whose product is a perfect square. This module calculates the Graham F...
SHLOMIF/Math-GrahamFunction-0.02004 - 07 Oct 2020 12:57:44 UTC
Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP
A module for number theory in Perl using GMP. This includes primality tests, getting primes in a range, factoring, and more. While it certainly can be used directly, the main purpose of this module is for Math::Prime::Util. That module will automatic...
DANAJ/Math-Prime-Util-GMP-0.52 - 22 Jun 2020 09:19:08 UTC
Bundle::Math::Numeric - Bundle of modules related to numeric algorithms
This is a bundle of modules related to numeric algorithms. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org....
SMUELLER/Bundle-Math-Numeric-1.00 - 05 Apr 2004 12:10:48 UTC
Math::Algebra::Symbols
This package supplies a set of functions and operators to manipulate operator expressions algebraically using the familiar Perl syntax. These expressions are constructed from L</Symbols>, L</Operators>, and L</Functions>, and processed via L</Methods...
PRBRENAN/Math-Algebra-Symbols-1.27 - 27 Jan 2016 01:21:15 UTC