Skip to content

Bowserinator/ComplexDecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ComplexDecimal

Python Decimal support for complex Numbers

Quick example:

from complexdecimal import ComplexDecimal
a = ComplexDecimal(1,2)
b = ComplexDecimal(1,2)

print a+b #2+4i
print a.sin()
print b.ln()

#See wiki for list of all functions

To install:

python -m pip install complexdecimal

To update to latest version:

python -m pip install complex decimal --update

Alternatively avaliable here: https://pypi.python.org/pypi/complexdecimal/

About

Python Decimal support for complex Numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages