Difference between revisions of "Abs"

107 bytes added ,  23:29, 12 January 2011
no edit summary
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
 
Line 1: Line 1:
==Description==
{{Function
 
|origin = GECK1
'''Abs''' When given a number returns the absolute value of the number.
|summary = When given a number, returns the absolute value of the number.
 
|name = Abs
==Syntax==
|returnType = int
 
|arguments =  
  abs x     ''will return the absolute value of x.''
  {{FunctionArgument
  |Name = x
  |Type = int
  }}
|example = abs x
Will return the absolute value of x.
}}


==Notes==
==Notes==
Anonymous user