/[Apache-SVN]
ViewVC logotype

Revision 1530907


Jump to revision: Previous Next
Author: cedricwalter
Date: Thu Oct 10 10:10:54 2013 UTC (10 years, 7 months ago)
Changed paths: 5
Log Message:
Bug 55058: patch for missing function FactDouble
Returns the double factorial of a number: FACTDOUBLE(number)

Number     is the value for which to return the double factorial. If number is not an integer, it is truncated.

Remarks
If number is nonnumeric, FACTDOUBLE returns the #VALUE! error value.
If number is negative, FACTDOUBLE returns the #NUM! error value.

Has  a cache for more speed of previously calculated factorial
Add additional sanity check/integration test FormulaEvalTestData.xls

Changed paths

Path Details
Directorypoi/trunk/src/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java modified , text changed
Directorypoi/trunk/src/java/org/apache/poi/ss/formula/functions/FactDouble.java added
Directorypoi/trunk/src/testcases/org/apache/poi/ss/formula/functions/TestFactDoubleFunctionsFromSpreadsheet.java added
Directorypoi/trunk/test-data/spreadsheet/FactDoubleFunctionTestCaseData.xls added
Directorypoi/trunk/test-data/spreadsheet/FormulaEvalTestData.xls modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26