| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Complex Number HELP PLZ
Are there any built in functions in c++ libraries for complex numbers.
Mabye such as mudulu, add divide , that type thing. Also, does anyone know where an example of a complex number program in c++ is? I don't wish to copy or anything, I simiply wish to see how it works. |
|
#2
|
|||
|
|||
|
Don't know for a fact but I'm willing to bet there are. Have you tried googling for it and seeing what turns up?
Please come back and let us know what google turns up for you, I'd be interested to know. -KM- |
|
#3
|
|||
|
|||
|
There is a template class called "complex". Include the header file: <complex>. It has support for +,-,*,/, as well as sin, cos..., exponents, logs, among others.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Complex Number HELP PLZ |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|