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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:FACTDOUBLE function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_FACT_function
 +
|NextPage=Documentation/How_Tos/Calc:_GCD_function
 +
}}__NOTOC__
  
 
== FACTDOUBLE ==
 
== FACTDOUBLE ==
Line 30: Line 35:
 
: returns <tt>'''1'''</tt>.
 
: returns <tt>'''1'''</tt>.
  
=== See also: ===
+
=== Issues: ===
'''[[Documentation/How_Tos/Calc: FACT function|FACT]]''',
+
* This function currently appears in the AddIn category of the Function Wizard.
'''[[Documentation/How_Tos/Calc: MULTINOMIAL function|MULTINOMIAL]]''',
 
'''[[Documentation/How_Tos/Calc: PRODUCT function|PRODUCT]]'''
 
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: FACT function|FACT]]
 +
* [[Documentation/How_Tos/Calc: MULTINOMIAL function|MULTINOMIAL]]
 +
* [[Documentation/How_Tos/Calc: PRODUCT function|PRODUCT]]
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
 
  
=== Issues: ===
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
* This function currently appears in the AddIn category of the Function Wizard.
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 15:25, 31 January 2024

< {{#switch:Previous Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >
< {{#switch:Previous Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >

FACTDOUBLE

Returns the double factorial of a number.

This function is only available if the Analysis AddIn is installed.

Syntax:

FACTDOUBLE(number)

returns number!!, the double factorial of number, where number is an integer greater than or equal to zero.
For even numbers FACTDOUBLE(number) returns:
2*4*6*8* ... *number
For odd numbers FACTDOUBLE(number) returns:
1*3*5*7* ... *number
FACTDOUBLE(0) returns 1 by definition.

Example:

FACTDOUBLE(5)

returns 15.

FACTDOUBLE(6)

returns 48.

FACTDOUBLE(0)

returns 1.

Issues:

  • This function currently appears in the AddIn category of the Function Wizard.



{{#switch:EN

| RU = Смотрите также: | UA = Дивіться також: | EN = See Also | PT = Ver também | #default = See Also }}

Personal tools
In other languages