Change-Id: I66c46cf53e04da972aaaab3e594583e3112453fd
* Bug #6583 fixed - jmat() was poorly documented.
+* Bug #7058 fixed - There was an error in mathml formula in beta function help.
+
* Bug #7190 fixed - is_absolute_path was not documented.
* Bug #7583 fixed - binomial function moved in the distribution function
<math:mo math:stretchy="false">(</math:mo>
<math:mrow>
<math:mi>x</math:mi>
- <math:mo math:stretchy="false">⋅</math:mo>
+ <math:mo math:stretchy="false">+</math:mo>
<math:mi>y</math:mi>
</math:mrow>
<math:mo math:stretchy="false">)</math:mo>
</math:mfrac>
</math:mrow>
</math:mrow>
- <math:annotation math:encoding="StarMath 5.0">B(x,y) = int from 0 to 1 t^{x-1} cdot (1-t)^{y-1} cdot dt = {{%GAMMA(x) cdot %GAMMA(y)} over {%GAMMA(x cdot y)}}</math:annotation>
+ <math:annotation math:encoding="StarMath 5.0">B(x,y) = int from 0 to 1 t^{x-1} cdot (1-t)^{y-1} cdot dt = {{%GAMMA(x) cdot %GAMMA(y)} over {%GAMMA(x + y)}}</math:annotation>
</math:semantics>
</math:math>
\ No newline at end of file