namespace Kata {
import Std.Math.*;
function ComplexDiv(x : Complex, y : Complex) : Complex {
// Implement your solution here...
return Complex(0., 0.);
}
}microsoft/qdk
Publicmirrored from https://github.com/microsoft/qdkAvailable
katas/content/complex_arithmetic/complex_division/Placeholder.qs
8lines · modepreview