Manuals/calci/INARRAY
INARRAY (Value,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 From} is the starting number.
Description
- This function is the tester function of with in array 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 INARRAY (Value,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 Value} is the number to test and Array is the set of array values.
- This function will return the result as TRUE when the given value is with in given set of array values.
- Also will return the result as FALSE when the given value is not with in given set of array values.
See Also
- INARRAY(6,[1,6,10]) = true
- INARRAY(-5,[-1,-3,-5,-10]) = true
- INARRAY(4.2,[3.1,4.002,4.54,4.21]) = false
- INARRAY("a",["e","o","e","f"]) = false
Examples
References