-
Practice>Python>Classes>Classes>Dealing with Complex Numbershackerrank.com 2019. 3. 11. 13:16728x90
Dealing with Complex Numbers
Problem link : https://www.hackerrank.com/challenges/class-1-dealing-with-complex-numbers/problemDifficultiy : MediumTip
- This problem is to check that you know how to use complex() from cmath
- we map each arithmetic operation is each method to complex(), it's all you should do
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Numpy>Floor, Ceil and Rint (0) 2019.03.12 Practice>Python>Numpy>Array Mathematics (0) 2019.03.12 Practice>Python>Numpy>Eye and Identity (0) 2019.03.09 Practice>Python>Numpy>Zeros and Ones (0) 2019.03.09 Practice>Python>Sets>Check Strict Superset (0) 2019.03.09