MinusI function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Math

Package: Microsoft.Quantum.Standard

Returns the difference between two inputs.

function MinusI (a : Int, b : Int) : Int

Input

a : Int

The first input $a$ to be subtracted.

b : Int

The second input $b$ to be subtracted.

Output : Int

The difference $a - b$.