Changes

Jump to navigation Jump to search
No change in size ,  22:17, 26 June 2018
no edit summary
Line 1: Line 1: −
<div style="font-size:30px">'''UNITLT (A,B)'''</div><br/>
+
<div style="font-size:30px">'''UNITLT (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 is the test for strictly less than for the given numbers.
 
*This function is the test for strictly less than for the given numbers.
*In <math>UNITLT(A,B)</math>,<math>A</math> and <math>B</math> are any two real numbers.
+
*In <math>UNITLT(a,b)</math>,<math>a</math> and <math>b</math> are any two real numbers.
*If A is strictly less than B then will return the result as TRUE.  
+
*If a is strictly less than b then will return the result as TRUE.  
*If A is equal to or not strictly less than B then will return the result as FALSE.
+
*If a is equal to or not strictly less than b then will return the result as FALSE.
    
==Examples==
 
==Examples==
writer
6,694

edits

Navigation menu