Difference between revisions of "Manuals/calci/ISEQUATION"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''ISEQUATION (String) '''</div><br/> *<math>String</math> is any string. ==Description== *This function is the tester function of Equation. *In <...") |
|||
| Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
| − | *[[Manuals/calci/ | + | *[[Manuals/calci/ISFUNCTION | ISFUNCTION ]] |
*[[Manuals/calci/ISODD | ISODD ]] | *[[Manuals/calci/ISODD | ISODD ]] | ||
*[[Manuals/calci/ISNUMBER | ISNUMBER ]] | *[[Manuals/calci/ISNUMBER | ISNUMBER ]] | ||
Revision as of 13:26, 12 September 2017
ISEQUATION (String)
- 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 String} is any string.
Description
- This function is the tester function of Equation.
- 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 ISEQUATION(String)} ,String any expression.
- An equation is a mathematical statement that two expressions are equal.
- When the given string is an equation then this function will return as TRUE.
- When the given string is not an equation then this function will return as FALSE.
Examples
- ISEQUATION("2X+3=15") = true
- ISEQUATION("4Y<15") = false
- ISEQUATION("10z>20") = false
See Also
References