Difference between revisions of "Abs"

5 bytes added ,  20:59, 25 April 2010
no edit summary
imported>Moses
imported>Moses
Line 23: Line 23:
This formula can be used in place of this function when OBSE is not installed.
This formula can be used in place of this function when OBSE is not installed.


  A = a * ((a > 0) + ((a < 0) * -1))
  set a to a * ((a > 0) + ((a < 0) * -1))


[[Category: Functions]]
[[Category: Functions]]
Anonymous user