Skip to content

Commit b3ecdc9

Browse files
Update pymath/power_of_i/README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3b89f07 commit b3ecdc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymath/power_of_i/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Power of I
22

3-
i is the imaginary unit, it is defined by i²=−1i² = -1i²=−1, therefore it is a solution to x²+1=0x² + 1 = 0x²+1=0.
3+
i is the imaginary unit, defined by i² = −1; thus it is a solution to x² + 1 = 0.
44

55
Your Task Complete the function pofi that returns iii to the power of a given non-negative integer in its simplest form,
66
as a string (answer may contain i).

0 commit comments

Comments
 (0)