MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit
/
ComplexF
/
pow
pow
fun
pow
(
x
:
ComplexF
)
:
ComplexF
fun
pow
(
x
:
Float
)
:
ComplexF
Returns this complex number to the power of
x
.
fun
pow
(
n
:
Int
)
:
ComplexF
Returns this complex number to the power of
n
.