1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.5.4" 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">
3 <name>Math_Fraction</name>
4 <channel>pear.php.net</channel>
5 <summary>Classes that represent and manipulate fractions.</summary>
6 <description>Classes that represent and manipulate fractions (x = a/b).
7
8The Math_FractionOp static class contains definitions for:
9- basic arithmetic operations
10- comparing fractions
11- greatest common divisor (gcd) and least common multiple (lcm) of two integers
12- simplifying (reducing) and getting the reciprocal of a fraction
13- converting a float to fraction.</description>
14 <lead>
15  <name>Kouber Saparev</name>
16  <user>kouber</user>
17  <email>kouber@php.net</email>
18  <active>yes</active>
19 </lead>
20 <date>2007-07-18</date>
21 <time>19:28:37</time>
22 <version>
23  <release>0.4.1</release>
24  <api>0.4.1</api>
25 </version>
26 <stability>
27  <release>beta</release>
28  <api>beta</api>
29 </stability>
30 <license uri="http://www.php.net/license">PHP</license>
31 <notes>- Full support of negative fractions (Bug #11615).</notes>
32 <contents>
33  <dir name="/">
34   <file baseinstalldir="Math" md5sum="9800ab1420291d00e40f67cbe886a815" name="docs/examples/using_fractionop.php" role="doc" />
35   <file baseinstalldir="Math" md5sum="a7334a532e94a03d217d1dea02345c50" name="Fraction.php" role="php" />
36   <file baseinstalldir="Math" md5sum="63e6c1e4fc793f071f2da50d00b02f6a" name="FractionOp.php" role="php" />
37  </dir>
38 </contents>
39 <dependencies>
40  <required>
41   <php>
42    <min>4.0.0</min>
43   </php>
44   <pearinstaller>
45    <min>1.4.0b1</min>
46   </pearinstaller>
47  </required>
48 </dependencies>
49 <phprelease />
50 <changelog>
51  <release>
52   <version>
53    <release>0.4.1</release>
54    <api>0.4.1</api>
55   </version>
56   <stability>
57    <release>beta</release>
58    <api>beta</api>
59   </stability>
60   <date>2007-07-18</date>
61   <license uri="http://www.php.net/license">PHP</license>
62   <notes>- Full support of negative fractions (Bug #11615).</notes>
63  </release>
64  <release>
65   <version>
66    <release>0.4.0</release>
67    <api>0.4.0</api>
68   </version>
69   <stability>
70    <release>beta</release>
71    <api>beta</api>
72   </stability>
73   <date>2005-08-30</date>
74   <license uri="http://www.php.net/license">PHP</license>
75   <notes>- Fractions now can be created with just a string (Bug #3053).
76- Improved error handling performance.</notes>
77  </release>
78  <release>
79   <version>
80    <release>0.3.0</release>
81    <api>0.3.0</api>
82   </version>
83   <stability>
84    <release>alpha</release>
85    <api>alpha</api>
86   </stability>
87   <date>2004-12-23</date>
88   <license uri="http://www.php.net/license">PHP</license>
89   <notes>Initial release under PEAR.</notes>
90  </release>
91 </changelog>
92</package>
93