1. they are not mathematicians.Visual Studio 2022 does not suppport Gaussian integers.
... not end of world, stilll, error messages are scary for some.
https://en.wikipedia.org/wiki/Gaussian_integer
Code: Select all// Not on VS2022 // std::complex<int> com(1, 1); // std::complex<int> com2(1.0, 1); // std::complex<float> com3(1.0, 1); std::complex<float> com3(1.0, 2.0);
Sorry for the dumb question, But, why VS2022 doesn't support Gaussian integers?
2. incomplete acceptance testing.