sqrt()

Returns the square root of number

Syntax
y = sqrt(x)

Arguments
Name Description Range Type Required
x number (-∞, ∞) integer, real, complex yes

Examples

a = sqrt(4)
returns 2
a = sqrt(2+j*1)
returns 1.455+j*0.344

Defined in

Built in

See Also

abs(), cint(), exp(), float(), int(), log10(), pow(), sgn()

 

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

Contents
Additional Resources