Manuals/calci/ISEQUATION

Revision as of 15:08, 7 March 2019 by Devika (talk | contribs) (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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