Feature description
Hello,
This sounds obvious but, can we hope to have some cast compatibility with int and float for TComplex class ?
Just typing the following line is failing: 2*TComplex(2,2)
but 2.0*TComplex(2,2) is fine.
I dont think this would be a lot of work, but very helpful to use.
Cheers,
M.
Feature description
Hello,
This sounds obvious but, can we hope to have some cast compatibility with int and float for TComplex class ?
Just typing the following line is failing:
2*TComplex(2,2)but
2.0*TComplex(2,2)is fine.I dont think this would be a lot of work, but very helpful to use.
Cheers,
M.