abs()

Returns the absolute value of an integer or real number

Syntax
abs(x)

Name Description Range Type Required
x value to find abs (-∞, ∞) integer, real, complex yes

Examples

absRV = abs(-0.3)
returns 0.3
absCV = abs(0.3-j*0.3)
returns 3.015

See Also

exp(), int(), log(), log10(), pow(), sgn(), sqrt()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources