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
..
2012-09-09 13:21:38 +00:00
2009-12-19 11:41:39 +00:00
2012-02-10 15:03:03 +00:00
2012-02-10 15:03:03 +00:00
2011-03-04 21:09:02 +00:00
2012-09-08 18:35:04 +00:00
2012-07-23 09:06:56 +00:00
2012-08-28 08:24:07 +00:00
2013-07-31 00:19:07 +00:00
2013-07-31 00:19:07 +00:00