@@ -49,7 +49,7 @@ public class SpecialFunctionsTests
4949 [ TestCase ( 0.1 , - 10.423754940411076232100295314502760886768558023951363 ) ]
5050 [ TestCase ( 1.0 , - 0.57721566490153286060651209008240243104215933593992359 ) ]
5151 [ TestCase ( 1.5 , 0.036489973978576520559023667001244432806840395339565888 ) ]
52- [ TestCase ( Constants . Pi / 2 , 0.10067337642740238636795561404029690452798358068944001 ) ]
52+ [ TestCase ( Constants . PiOver2 , 0.10067337642740238636795561404029690452798358068944001 ) ]
5353 [ TestCase ( 2.0 , 0.42278433509846713939348790991759756895784066406007641 ) ]
5454 [ TestCase ( 2.5 , 0.70315664064524318722569033366791109947350706200623255 ) ]
5555 [ TestCase ( 3.0 , 0.92278433509846713939348790991759756895784066406007641 ) ]
@@ -75,7 +75,7 @@ public void DiGamma(double x, double f)
7575 [ TestCase ( 0.1 , - 10.423754940411076232100295314502760886768558023951363 ) ]
7676 [ TestCase ( 1.0 , - 0.57721566490153286060651209008240243104215933593992359 ) ]
7777 [ TestCase ( 1.5 , 0.036489973978576520559023667001244432806840395339565888 ) ]
78- [ TestCase ( Constants . Pi / 2 , 0.10067337642740238636795561404029690452798358068944001 ) ]
78+ [ TestCase ( Constants . PiOver2 , 0.10067337642740238636795561404029690452798358068944001 ) ]
7979 [ TestCase ( 2.0 , 0.42278433509846713939348790991759756895784066406007641 ) ]
8080 [ TestCase ( 2.5 , 0.70315664064524318722569033366791109947350706200623255 ) ]
8181 [ TestCase ( 3.0 , 0.92278433509846713939348790991759756895784066406007641 ) ]
0 commit comments