alternatively you can use the Pythagoras
(in case you handle your vectors seperated as variables, and
want do a "selfmade" calculation)

a*a+b*b=c*c

or:

c=sqrt(a*a+b*b)