https://issues.apache.org/bugzilla/show_bug.cgi?id=55058

            Bug ID: 55058
           Summary: [PATCH] patch for missing function FactDouble
           Product: POI
           Version: 3.10-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 30391
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30391&action=edit
FactDoubleFunctionTestCaseData.xls

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.

Use a cache for more speed of previously calculated factorial

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to