Version 8 of abs

Updated 2007-02-04 23:26:20

abs is one of several extended math commands available in Tclx. It makes the expr abs function available as a command, and takes expressions as arguments.

If you don't have that, it can easily be emulated:

 proc abs x {expr {abs($x)}}

See also:


[ Category Mathematics | Math function help | Category TclX ]