← Prev in month
← Prev in thread
Next in thread →
Next in month →
[OASIS Issue Tracker] Created: (OFFICE-2018) PERMUTATIONAspecification
PERMUTATIONA specification
--------------------------
Key: OFFICE-2018
URL: http://tools.oasis-open.org/issues/browse/OFFICE-2018
Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
Issue Type: Bug
Reporter: Andreas Guelzow
We currently have:
---------------------------------------------------------------------------------------
Summary: Returns the number of permutations for a given number of objects (repetition allowed).
Syntax: PERMUTATIONA( Integer total ; Integer chosen )
Returns: Number
Constraints: total >= 0, 0 <= chosen <= total
Semantics: Given total number of objects, return the number of permutations containing chosen
number of objects, with repetition permitted.
PERMUTATIONA = Total^Chosen
---------------------------------------------------------------------------------------
It is not clear what PERMUTAIONA(0,0) should be since 0^0 is undefined.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month
← Prev in thread
Next in thread →
Next in month →