2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 07:02:08 +00:00

Correct equations used for generic version of tgamma - equations should now match those used for igamma and the actual code.

Fixes #4583.

[SVN r64962]
This commit is contained in:
John Maddock
2010-08-23 09:01:39 +00:00
parent bbff4a61c6
commit 6f2f30df10
6 changed files with 26 additions and 10 deletions

View File

@@ -28,6 +28,8 @@
<munderover>
<mo>&#x2211;</mo>
<mrow>
<mi>k</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
<mi>&#x221E;</mi>
@@ -42,7 +44,11 @@
<mi>a</mi>
<mrow>
<mover>
<mi>n</mi>
<mrow>
<mi>k</mi>
<mo>+</mo>
<mn>1</mn>
</mrow>
<mo>&#x2212;</mo>
</mover>
</mrow>
@@ -54,8 +60,12 @@
<mfrac>
<mn>1</mn>
<mrow>
<mi>a</mi>
<mi>l</mi>
<mo>&#x2212;</mo>
<mi>a</mi>
<mo>+</mo>
<mn>1</mn>
<mo>+</mo>
<mfrac>
<msub>
<mi>c</mi>
@@ -101,33 +111,38 @@
</mrow>
</mfenced>
<mo>;</mo>
<mspace width="1em"/>
<msub>
<mi>c</mi>
<mi>k</mi>
</msub>
<mo>=</mo>
<mo>&#x2212;</mo>
<mi>k</mi>
<mfenced>
<mrow>
<mi>a</mi>
<mo>+</mo>
<mi>k</mi>
<mo>&#x2212;</mo>
<mn>1</mn>
<mi>k</mi>
</mrow>
</mfenced>
<mspace width="1em"/>
<mo>&#x2227;</mo>
<mspace width="1em"/>
<msub>
<mi>d</mi>
<mi>k</mi>
</msub>
<mo>=</mo>
<mi>l</mi>
<mo>&#x2212;</mo>
<mi>a</mi>
<mo>+</mo>
<mn>2</mn>
<mi>k</mi>
<mo>+</mo>
<mi>l</mi>
<mn>1</mn>
</mrow>
</math>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -5,7 +5,7 @@
<mrow>
<mi>a</mi>
<mo>,</mo>
<mi>z</mi>
<mi>x</mi>
</mrow>
</mfenced>
<mspace width="1em"/>
@@ -108,3 +108,4 @@
</mrow>
</math>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB