Difference between revisions of "Documentation/How Tos/Calc: PERMUTATIONA function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 29: Line 29:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Statistical functions]]

Revision as of 12:26, 17 May 2010


PERMUTATIONA

Returns the number of ordered permutations, allowing repetition.

Syntax:

PERMUTATIONA(n; k)

where n and k are integers.
PERMUTATIONA returns the number of ordered ways that k objects can be chosen from a set of n objects, where an object can be chosen repeatedly. For example with a set of 3 objects A, B, C, we can choose 2 as follows: AA, AB, AC, BA, BB, BC, CA, CB, CC.
PERMUTATIONA simply calculates nk.

Example:

PERMUTATIONA(3; 2)

returns 9, as in the example above.

Template:Documentation/SeeAlso

Personal tools