low-alloc-math
1.1.0
common
low-alloc-math
/
com.sztorm.lowallocmath
/
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
.