Properties files to be used with RealFunctionValidation, for functions
Gamma.logGamma and Gamma.gamma. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1407377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b04b10ca6e
commit
d177a29813
|
@ -0,0 +1,7 @@
|
|||
method=org.apache.commons.math3.special.Gamma.gamma
|
||||
signature=double
|
||||
inputFileMask=gamma-%02d.dat
|
||||
outputFileMask=gamma-out-%02d.dat
|
||||
from=1
|
||||
to=8
|
||||
by=1
|
|
@ -0,0 +1,7 @@
|
|||
method=org.apache.commons.math3.special.Gamma.logGamma
|
||||
signature=double
|
||||
inputFileMask=logGamma-%02d.dat
|
||||
outputFileMask=logGamma-out-%02d.dat
|
||||
from=1
|
||||
to=5
|
||||
by=1
|
Loading…
Reference in New Issue