Manuals/calci/UNITEQS

From ZCubes Wiki
Revision as of 01:53, 14 February 2019 by Swapna (talk | contribs) (→‎References)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UNITEQS(a,b)


  • and are any real numbers.

Description

  • This function determines the equality of two numbers.
  • In , and are any real numbers.
  • UNITEQS will return the result as "TRUE" when a equals b.
  • UNITEQS will return the result as "FALSE" when a not equals b.
  • UNITEQS compares both integer and fractional parts of a and b.


Examples

  1. UNITEQS(44,23.3) = false
  2. UNITEQS(-65,-65) = true
  3. UNITEQS(7/8,21/24) = true

Related Videos

Equality

See Also

References

Equality

Equal