Skip to content

dmitrachkov/complexmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

complexmath

Set of VEX functions to operate with complex numbers. Complex numbers presented as vector2

List of functions

Name Description
cmod A modulus of a complex number
carg An argument of a complex number
ctop Convert complex number to polar coordinates
ptoc Convert polar coordinates to complex number
cadd Addition of complex numbers
csub Subtraction of complex numbers
cmult Multiplication of complex numbers
cmulti Multiplication of a complex number by an imaginary number
clog Natural logarithm of a complex number
cnpow Exponentiation of a complex number to a power of a natural number
ncpow Exponentiation of a natural number to a power of a complex number
ccpow Exponentiation of a complex number to a power of a complex number
csqrt Complex Square Root
cnroot nth root of a complex number

Complex Number article

Complex Logarithm article

De Moivre's formula article

Eulers's formula article

About

Complex numbers functions in VEX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages