Complex Power Calculator
Integer power of a complex number via De Moivre. Same engine as Complex Number. Not a CAS. Not i^i. Runs locally.
Trust summary Engine tested · Specification checked · 18/18 tests · Production surface contract 3/3 · v1.1.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Integer power z^n of one complex number.
- Scope
- Integer n
- Verification
- Engine tested · 18/18 tests · Production surface contract 3/3 · Specification checked · v1.1.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 6 golden · 4 boundary · 8 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: STALE · Last attested schema matched 1.1.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · Public/cache ✓ · Origin ✓ · Live production status STALE (1 capability; 163 remain CURRENT) @ 2026-09-19T00:00:17.039Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter re, im, and n
n is an integer. Negative n inverts. Larger composition lives at /calc/math/complex-number.
Read zⁿ
Every result includes rectangular, polar, and Euler form.
Example calculations
Common configurations with formula and result.
i²
0+1i to the 2
(3+4i)²
De Moivre
Complex Power calculator specification
Version 1.1.0 · Engine tested
- Engine tested 18/18 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.1.0
- Definition
- z^n = r^n (cos nθ + i sin nθ) for integer n. This page is mode=power on math.complex. Nth roots and Euler form share the same engine. Not the real exponent page.
- What it calculates
- Integer power z^n of one complex number.
- Inputs
- re
- im
- n
- Outputs
- re
- im
- r
- arg_deg
- euler
- Formula
z^n = r^n cis(nθ)- Assumptions
- Integer n
- Float64
- Not i^i
- Not a CAS
- Units
- dimensionless
- degrees
- Boundary conditions
- 0^0 → INVALID_INPUT
- 0^{n<0} → DIVISION_BY_ZERO
- |n|>1000 → VALUE_ABOVE_MAX
- Example
- re=0 im=1 n=2 → −1
- Validation cases
2 published on this page · 18/18 tests · Production surface contract 3/3 · View evidence
- re=0 im=1 n=2 → re=-1 im=0
- re=3 im=4 n=2 → re=-7 im=24
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.1.0
Related tools
Other calculators in this family: Complex Number Calculator, Complex Polar Calculator, Complex Roots Calculator, Euler Form Calculator . Explore all Complex Numbers.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second complex engine?
No. It is mode=power on math.complex, the same engine as /calc/math/complex-number.
Is i^i supported?
No. This seed is integer n only. Complex exponents stay out of scope.