guides:programming:programmers_reference_manual:extended_math_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
guides:programming:programmers_reference_manual:extended_math_functions [2025/04/15 18:29] bshumskyguides:programming:programmers_reference_manual:extended_math_functions [2025/04/15 18:46] (current) bshumsky
Line 282: Line 282:
    
  
-Compare two numbers, to full precision+Compare two numbers, to full precision.  Returns 1 if first number is greater than the 2nd, 0 if the first number is equal to the 2nd, and -1 if the first number is less than the 2nd
  
    
Line 294: Line 294:
 b = "10.34567" b = "10.34567"
  
-If a _cmpx b Then …+rslt = _cmpx(a,b
 + 
 +If rslt == 1 Then …
 </code> </code>
    
  
  • guides/programming/programmers_reference_manual/extended_math_functions.txt
  • Last modified: 2025/04/15 18:46
  • by bshumsky