Mirror of Apache POI
Go to file
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
legal EMCA have re-organised their website, update links to solve #55053 2013-06-12 15:38:13 +00:00
maven 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
src Bug 55058: patch for missing function FactDouble 2013-10-10 10:10:54 +00:00
test-data Bug 55058: patch for missing function FactDouble 2013-10-10 10:10:54 +00:00
KEYS added key to KEYS 2013-07-29 18:58:26 +00:00
build.xml increment build beta version to 3.10-beta3; forgot to as part of last release...doh. 2013-09-27 15:53:53 +00:00
doap_POI.rdf updated POI rdf descriptor 2012-11-25 12:43:26 +00:00
forrest.properties Many documentation changes. See https://issues.apache.org/bugzilla/show_bug.cgi?id=48242 2009-11-19 21:22:21 +00:00
patch.xml 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