Python Square Root of a Positive, Complex/Real Number
* Temp disabled. Under development!
Square root positive number is: 7.0
Square root using math module is: 7.0
Square root of the complex number is: 1.272+0.786j
Square root using math module is: 7.0
Square root of the complex number is: 1.272+0.786j
Execution time: 0.022 sec.