poi/src
Cédric Walter 793791ece8 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

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1530907 13f79535-47bb-0310-9956-ffa450edef68
2013-10-10 10:10:54 +00:00
..
contrib Various small Eclipse warning fixes, 2013-08-14 08:25:51 +00:00
examples Remove the executable flag from a number of files that aren't executables so shouldn't have it set 2013-06-25 22:12:48 +00:00
excelant Various small Eclipse warning fixes, 2013-08-14 08:25:51 +00:00
java/org/apache/poi Bug 55058: patch for missing function FactDouble 2013-10-10 10:10:54 +00:00
models Add missing license header to older xml files 2010-04-14 14:04:14 +00:00
ooxml Apply patch from bug 55341 2013-09-29 20:23:20 +00:00
records Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
resources Bugzilla 54436: Fixed metadata for GETPIVOTDATA function 2013-03-02 11:38:09 +00:00
scratchpad Potential NPE in PPExtractor; found while working on TIKA-1171 2013-09-27 19:35:14 +00:00
testcases/org/apache/poi Bug 55058: patch for missing function FactDouble 2013-10-10 10:10:54 +00:00
types Bug 52583 - Conversion to html : Problem with combobox 2012-11-06 16:26:43 +00:00