cabs(x)
cabs calculates the modulus of the number, i.e.
cabs(4)=sqrt(4*4+0+0)=4
cabs(-4)=sqrt(-4*-4+0*0)=4
cabs( 3+4i) = sqrt(3*3+4*4)=5