Difference between revisions of "Manuals/calci/FACTUNTIL"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "FACT")
 
Line 1: Line 1:
FACT
+
<div style="font-size:30px">'''FACTUNTIL (Number,NumberTill)'''</div><br/>
 +
*<math>Number</math> is the minimum number.
 +
*<math>NumberTill</math> is the maximum number.
 +
 
 +
==Description==
 +
*This function shows the factorial value up to the mentioned value.
 +
*In <math>FACTUNTIL (Number,NumberTill)</math> , <math>Number</math> is the value to start and <math>NumberTill</math> is the maximum limit value.
 +
*Factorial means the result of multiplying a sequence of descending natural numbers down to 1.
 +
*So the factorial <math>n!</math> is defined for a positive integer n as:
 +
<math>n!=n*(n-1)*...2*1</math>.
 +
*For example FACTUNTIL(9,4) calculates the value of 9*8*7*6*5.
 +
 
 +
==Examples==
 +
#FACTUNTIL(10,7) = 720
 +
#FACTUNTIL(54,45) = 1929772710028800
 +
#FACTUNTIL(9,6.2) = 504
 +
 
 +
==See Also==
 +
*[[Manuals/calci/FACTORIAL | FACTORIAL]]
 +
*[[Manuals/calci/FACTDOUBLE | FACTDOUBLE]]
 +
 
 +
==References==
 +
*[http://en.wikipedia.org/wiki/Factorial Factorial]

Revision as of 15:59, 8 March 2017

FACTUNTIL (Number,NumberTill)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Number} is the minimum number.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NumberTill} is the maximum number.

Description

  • This function shows the factorial value up to the mentioned value.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle FACTUNTIL (Number,NumberTill)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Number} is the value to start and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NumberTill} is the maximum limit value.
  • Factorial means the result of multiplying a sequence of descending natural numbers down to 1.
  • So the factorial Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n!} is defined for a positive integer n as:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n!=n*(n-1)*...2*1} .

  • For example FACTUNTIL(9,4) calculates the value of 9*8*7*6*5.

Examples

  1. FACTUNTIL(10,7) = 720
  2. FACTUNTIL(54,45) = 1929772710028800
  3. FACTUNTIL(9,6.2) = 504

See Also

References