Manuals/calci/UNITGE

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


  • and are any two real numbers.

Description

  • This function checks if the first number is greater than or equal to the second number.
  • In , and are any two real numbers.
  • If A is greater than or equal to B then it will return the result as TRUE.
  • If A is less than B then it will return the result as FALSE.

Examples

  1. UNITGE(45,18) = true
  2. UNITGE(-90,-75) = false
  3. UNITGE(210,210) = true
  4. UNITGE(3.234, 1.42) = true


See Also

References