Manuals/calci/ISNUMBERSYMBOLS
Jump to navigation
Jump to search
ISNUMBERSYMBOLS(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 Array} is array of numbers or symbols.
Description
- 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 ISNUMBERSYMBOLS} function checks whether the given value is a number or any symbol.
- This function is one of the group 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 ISFUNCTIONS} .
- The 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 IS FUNCTION} is also known as data information functions, data inspection functions or data-testing functions.
- Result is 'TRUE' when the given value is a number or a symbol. Else the result is 'FALSE'.
ZOS
- The syntax is to find whether the given data is a number or a symbol in ZOS is 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 ISNUMBERSYMBOLS(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 Array} is any number or symbol.
- For e.g.,ISNUMBERSYMBOLS(7,"&"),ISNUMBERSYMBOLS(sum(10,20,30,40,50))
Examples
- =ISNUMBERSYMBOLS(2) = TRUE
- =ISNUMBERSYMBOLS("*") = TRUE
- =ISNUMBERSYMBOLS(-100) = TRUE
- =ISNUMBERSYMBOLS(")") = false
- =ISNUMBERSYMBOLS(["*","&","$"]) = false
Related Videos
See Also
References