Missing new lines at end of file.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8cf705e37f
commit
46d5ad98d8
|
@ -57,7 +57,3 @@ x : makelist(bfloat(i / 64), i, 513, 9024);
|
|||
sample(x, "gamma-07.dat");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -20,4 +20,4 @@ inputFileMask=gamma-%02d.dat
|
|||
outputFileMask=gamma-out-%02d.dat
|
||||
from=1
|
||||
to=8
|
||||
by=1
|
||||
by=1
|
||||
|
|
|
@ -20,4 +20,4 @@ inputFileMask=logBeta-%02d.dat
|
|||
outputFileMask=logBeta-out-%02d.dat
|
||||
from=1
|
||||
to=7
|
||||
by=1
|
||||
by=1
|
||||
|
|
|
@ -46,4 +46,4 @@ x : makelist(bfloat(i), i, 1025, 8192);
|
|||
sample(x, "logGamma-03.dat");
|
||||
|
||||
x : makelist(bfloat(2**(i / 8)), i, 105, 8112);
|
||||
sample(x, "logGamma-04.dat");
|
||||
sample(x, "logGamma-04.dat");
|
||||
|
|
|
@ -20,4 +20,4 @@ inputFileMask=logGamma-%02d.dat
|
|||
outputFileMask=logGamma-out-%02d.dat
|
||||
from=1
|
||||
to=5
|
||||
by=1
|
||||
by=1
|
||||
|
|
Loading…
Reference in New Issue