[back] [prev] [next] [index] [root]

 


Abs

Returns the absolute value of a number.

Syntax:

a := Abs(x);

complex
  a  
complex
  x  

Description:

no detailed description available yet


Example:


kash> Abs(-3);
3
kash> Abs(Comp(1,1));
> 1.414213562373095048801688724209698078569671875377


<- back[back] [prev] [next] [index] [root]