swharden/FftSharp

Complex.ToString()

Closed this issue · 0 comments

this override should be present to display the value clearly:

Console.WriteLine(new Complex(-3, 5));
(-3, 5)