Author: celestin
Date: Wed Nov 14 07:41:29 2012
New Revision: 1409107

URL: http://svn.apache.org/viewvc?rev=1409107&view=rev
Log:
Further accuracy assessments of Beta.logBeta(double, double)

Modified:
    commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac
    
commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties

Modified: 
commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac?rev=1409107&r1=1409106&r2=1409107&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac 
(original)
+++ commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac Wed 
Nov 14 07:41:29 2012
@@ -35,7 +35,6 @@ sample(x, y, name) := block(
   close(stream)
 );
 
-/*
 x : makelist(bfloat(i / 32), i, 1, 256);
 y : makelist(bfloat(j / 32), j, 1, 256);
 sample(x, y, "logBeta-01.dat");
@@ -43,8 +42,19 @@ sample(x, y, "logBeta-01.dat");
 x : makelist(bfloat(i / 32), i, 1, 256);
 y : makelist(bfloat(j / 32), j, 257, 512);
 sample(x, y, "logBeta-02.dat");
-*/
 
 x : makelist(bfloat(i / 32), i, 1, 256);
 y : makelist(bfloat(j), j, 17, 256);
 sample(x, y, "logBeta-03.dat");
+
+x : makelist(bfloat(i / 32), i, 257, 512);
+y : makelist(bfloat(j / 32), j, 257, 512);
+sample(x, y, "logBeta-04.dat");
+
+x : makelist(bfloat(i / 32), i, 257, 512);
+y : makelist(bfloat(j), j, 17, 256);
+sample(x, y, "logBeta-05.dat");
+
+x : makelist(bfloat(i), i, 17, 256);
+y : makelist(bfloat(j), j, 17, 256);
+sample(x, y, "logBeta-06.dat");

Modified: 
commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties?rev=1409107&r1=1409106&r2=1409107&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties 
(original)
+++ 
commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.properties 
Wed Nov 14 07:41:29 2012
@@ -3,5 +3,5 @@ signature=double, double
 inputFileMask=logBeta-%02d.dat
 outputFileMask=logBeta-out-%02d.dat
 from=1
-to=4
+to=7
 by=1
\ No newline at end of file


Reply via email to