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:
Sebastien Brisard 2012-11-09 08:24:16 +00:00
parent b04b10ca6e
commit d177a29813
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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