Difference between revisions of "Manuals/calci/UNITGE"

From ZCubes Wiki
Jump to navigation Jump to search
(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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''UNITGE (A,B)'''</div><br/>
+
<div style="font-size:30px">'''UNITGE (a,b)'''</div><br/>
*<math>A</math> and <math>B</math> are any two real numbers.
+
*<math>a</math> and <math>b</math> are any two real numbers.
  
 
==Description==
 
==Description==
 
*This function checks if the first number is greater than or equal to the second number.  
 
*This function checks if the first number is greater than or equal to the second number.  
*In <math>UNITGE(A,B)</math>,<math>A</math> and <math> B</math>  are any two real numbers.
+
*In <math>UNITGE(a,b)</math>,<math>a</math> and <math> b</math>  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 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.
+
*If a is less than b then it will return the result as FALSE.
  
 
==Examples==
 
==Examples==
Line 14: Line 14:
 
#UNITGE(3.234, 1.42) = true
 
#UNITGE(3.234, 1.42) = true
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=aXIT5DPA_-s|280|center|Greater than}}
  
 
==See Also==
 
==See Also==

Latest revision as of 14:47, 7 February 2019

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

Related Videos

Greater than

See Also

References