User Tools

Site Tools


syntax:functions:abs

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
syntax:functions:abs [2021/07/27 22:50] craigtsyntax:functions:abs [2021/08/11 15:13] (current) – [Examples] craigt
Line 11: Line 11:
 =====Arguments===== =====Arguments=====
 ^Argument^Type^Description^ ^Argument^Type^Description^
-|number|Number|The value from which the absolute value is determined.|+|number|Number|The value from which the unsigned absolute value is determined.|
 \\  \\ 
 **Return value type:**  Number **Return value type:**  Number
Line 22: Line 22:
 =====Examples===== =====Examples=====
  
-  abs(10) 10 +  abs(10) //Returns 10 
-  abs(-5) + 
-  abs(40.5) 40.5 +  abs(-5) //Returns 5 
-  abs(0) + 
-  abs(10*100) = 1000  //Passing in a calculation is supported. +  abs(40.5) //Returns 40.5 
-  abs({MyNum}*[MyVal]) = 15  //{MyNum}=5, [MyVal]=3; parameters are supported. + 
-  abs(#2021-10-21) #The argument must be a number.+  abs(0) //Returns 0 
 + 
 +  abs(10*100) //Returns 1000  (Passing in a calculation is supported
 + 
 +  abs({MyNum}*[MyVal]) //Returns 15  ({MyNum}=5, [MyVal]=3; parameters are supported
 + 
 +  abs(#2021-10-21) //Returns "#The argument must be a number."
syntax/functions/abs.txt · Last modified: 2021/08/11 15:13 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki