diff -r 0c91f0baec58 -r 045ade241ef5 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/MATX.xml --- a/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/MATX.xml Wed Apr 21 09:51:02 2010 +0300 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/MATX.xml Fri Aug 27 12:21:46 2010 +0300 @@ -17,7 +17,7 @@ 3 - <p>This panic is raised by <code>operator+=</code>, <code>operator-=</code> and <code>operator*=</code> of a <code class="ApiItem">TRealX</code>, when the the operands are invalid.</p><p>For <code>operator+=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number,</p> <p>the source operand is not a number,</p> <p>the target and the source operands are infinite and have different signs.</p> <p> For <code>operator-=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number, </p> <p>the source operand is not a number,</p> <p>the target and the source operands are infinite and have different signs</p> <p>For <code>operator*=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number, </p> <p>the source operand is not a number, </p> <p>the target operand is infinite and the source operand is zero </p> <p>the target operand is zero and the source operand is infinite.</p> <p>For <code>operator/=</code>, the panic is raised if one of these conditions applies:</p> <p>the target operand is not a number,</p> <p>the source operand is not a number,</p> <p>the target operand and the source operand are both infinite,</p> <p>the target operand and the source operand are both zero.</p> + <p>This panic is raised by <code>operator+=</code>, <code>operator-=</code> and <code>operator*=</code> of a <code class="ApiItem" >TRealX</code>, when the the operands are invalid.</p> <p>For <code>operator+=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p> the target operand is not a number </p> </li> <li> <p>the source operand is not a number</p> </li> <li> <p>the target and the source operands are infinite and have different signs.</p> </li> </ul> <p> For <code>operator-=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p>the target operand is not a number </p> </li> <li> <p>the source operand is not a number</p> </li> <li> <p>the target and the source operands are infinite and have different signs</p> </li> </ul> <p>For <code>operator*=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p>the target operand is not a number </p> </li> <li> <p>the source operand is not a number </p> </li> <li> <p>the target operand is infinite and the source operand is zero </p> </li> <li> <p>the target operand is zero and the source operand is infinite.</p> </li> </ul> <p>For <code>operator/=</code>, the panic is raised if one of these conditions applies:</p> <ul> <li> <p>the target operand is not a number</p> </li> <li> <p>the source operand is not a number</p> </li> <li> <p>the target operand and the source operand are both infinite</p> </li> <li> <p>the target operand and the source operand are both zero.</p> </li> </ul> 4