+ 3
Can anyone explain
Print(abs(3+4j))
3 Answers
+ 5
'j' actually stands for imaginary number :))
However, here abs(3+4j) is finding out the hypotenuse of a right triangle having sides length of 3 and 4.
Therefore the answer is : â(3^2 + 4^2) = 5.0
Hope that helps!
+ 2
Arb Rahim Badsa awesome, I just learned something that seems like fundamental math and I should have known already. Thank you :)
+ 1
print not Print :)
https://www.sololearn.com/Discuss/1106031/?ref=app