Home » Math » Math_Complex
Classes that define complex numbers and their operations
This package is unmaintained.
Download latest release 0.8.6 (archived versions might be outdated)
License: PHP
Description
Classes that represent and manipulate complex numbers. Contain definitions
for basic arithmetic functions, as well as trigonometric, inverse
trigonometric, hyperbolic, inverse hyperbolic, exponential and
logarithms of complex numbers.
Documentation
Maintainers
- Jesus M. Castagnetto (jmcastagnetto) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- Math_TrigOp (>= 1.0)
Releases
- 0.8.6 (beta, 2010-10-05)
Release notes
License: PHP
QA release
Updated to PHPUnit 3.4+
Bug #4688 Complex.php outputs new line
Package 2.0
Fixed dir structure - 0.8.5 (beta, 2004-04-13)
Release notes
License: PHP
Fixed bug in Math_ComplexOp::createFromPolar() (reported by Nicolas
Vollmar, nvollmar@ee.ethz.ch).
Made changes to the use of get_class(), it will now work equally well in PHP 4
and PHP 5. In PHP 4 that function returns all lowercase, in PHP 5 is
properly capitalized, using strtolower() to make it homogenous.
Added UML diagram for package and unit tests that use PHPUnit 1.0 - 0.8 (beta, 2002-11-24)
Release notes
License: PHP
Initial release under PEAR.
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #882 | Closed | Bug | 2004-02-26 | PEAR QA: improvement for get_class()-usage | |
| #1185 | Closed | Bug | 2004-04-12 | problem in Math_ComplexOp::createFromPolar() [testing] | |
| #4688 | Closed | Bug | 2005-06-26 | Complex.php outputs newline |