Manuals/calci/NTHELEMENT

From ZCubes Wiki
Jump to navigation Jump to search
NTHELEMENT (Th,Array)


  • 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 Th} is any positive Integer.

Description

  • This function shows the Nth element from the given set of values.
  • 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 NTHELEMENT (Th,Array)} ,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 Th} is the position of the number in the given array.Array is the set of values.
  • Here position of the numbers are starting from 0 to the nth value.
  • So it is showing the nth value of the given set of values.
  • This function will return the result as NaN when the Nth number value is beyond the set of values.
  • Also when Th value is negative or in decimals this function will return as NaN.

Examples

  1. NTHELEMENT(4,[9,8,6,10,5,2]) = 5
  2. NTHELEMENT(6,[102,541,87.2,98,32.14,89.009,-54.32,-32.1,102]) = -54.32
  3. NTHELEMENT(3,[1/2,3/2,7/6,9/8,11/12,19/21]) = 1.125

Related Videos

Nth

See Also

References