View previous topic :: View next topic |
Author |
Message |
STPendl Full Member
Joined: 20 Aug 2007 Posts: 161 Location: Austria
|
Posted: Jan 14th, 2012, 11:30am Post subject: Abs_function |
|
|
May be change Quote: | Returns the absolute value of a given number. |
To Quote: | Returns the absolute (positive) value of a given number. |
_________________ Stefan
Any code I post can be freely used, just give credit. |
|
Back to top |
|
|
Brent Site Admin
Joined: 01 Jul 2005 Posts: 800
|
Posted: Jan 15th, 2012, 8:55pm Post subject: Re: Abs_function |
|
|
Code: | ***** 14-Jan-2012
Examples
a = Abs(-123)
***** 15-Jan-2012
Remarks
The absolute value of a number is its unsigned magnitude.
Examples
a = Abs(-123)
***** |
_________________ Brent |
|
Back to top |
|
|
|