Manuals/calci/UNITGT

From ZCubes Wiki
Revision as of 20:48, 4 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''UNITGT (A,B)'''</div><br/> *<math>A</math> and <math>B</math> are any two real numbers. ==Description== *This function is the test for strictly...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
UNITGT (A,B)


  • and are any two real numbers.

Description

  • This function is the test for strictly greater number out of the two given numbers.
  • In , and are any two real numbers.
  • If A is strictly greater than B then will return the result as TRUE.
  • If A is equal to or less than B then will return the result as FALSE.

Examples

  1. UNITGT(99,30) = true
  2. UNITGT(-65,-34) = false
  3. UNITGT(300,300) = false
  4. UNITGT(1.222, 4.34) = false
  5. UNITGT(7/8,9/11) = true


See Also

References