Difference between revisions of "Manuals/calci/ISEQUATION"

From ZCubes Wiki
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 <...")
 
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
# ISEQUATION("4Y<15") = false
 
# ISEQUATION("4Y<15") = false
 
# ISEQUATION("10z>20") = false
 
# ISEQUATION("10z>20") = false
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=hDGfAKH3bhA|280|center|Is Functions}}
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/ISFUNCTIONS | ISFUNCTIONS ]]
+
*[[Manuals/calci/ISFUNCTION | ISFUNCTION ]]
 
*[[Manuals/calci/ISODD  | ISODD ]]
 
*[[Manuals/calci/ISODD  | ISODD ]]
 
*[[Manuals/calci/ISNUMBER  | ISNUMBER ]]
 
*[[Manuals/calci/ISNUMBER  | ISNUMBER ]]

Latest revision as of 15:08, 7 March 2019

ISEQUATION (String)


  • is any string.

Description

  • This function is the tester function of Equation.
  • In ,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

  1. ISEQUATION("2X+3=15") = true
  2. ISEQUATION("4Y<15") = false
  3. ISEQUATION("10z>20") = false

Related Videos

Is Functions

See Also

References

Is Function