Source code raw
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.11" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Math_Derivative</name>
<channel>pear.php.net</channel>
<summary>Calculate the derivative of a mathematical expression</summary>
<description>This package allows you to calculate the derivative of an expression stored in a string.
</description>
<lead>
<name>Etienne Kneuss</name>
<user>colder</user>
<email>colder@php.net</email>
<active>yes</active>
</lead>
<date>2007-02-24</date>
<time>13:23:30</time>
<version>
<release>1.0.0RC1</release>
<api>1.0.0RC1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license>PHP License 3.01</license>
<notes>Looks stable enough for a RC.
Included hyperbolic functions' predefined derivative.
</notes>
<contents>
<dir name="/">
<file baseinstalldir="Math" md5sum="7f333d07caf0d4f9160c03c08e7ba4b1" name="Derivative.php" role="php" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
</package>
Comments
There is currently no comment here.