Closed GoogleCodeExporter closed 9 years ago
Hello
Hmmm. To be honest I cannot get where the expectation, that it should work,
came
from. It is obvious that it will not work.
If you would like to make result of Sin function to be a real part of complex
number, then you can use:
dx[i] = new Complex( (float) Math.Sin(i), 0 );
The complex class does not have a constructor, which receives only one
parameter -
you should specify two parameters: real part and imaginary.
So, at this point there is no any error in the library. There could be
improvements -
I agree.
Original comment by andrew.k...@gmail.com
on 20 Jan 2007 at 10:56
Original issue reported on code.google.com by
keleist...@yahoo.co.uk
on 16 Jan 2007 at 7:32