ModL 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 modulus of a number with respect to another number.

function ModL (a : BigInt, b : BigInt) : BigInt

Input

a : BigInt

The input $a$ whose modulus is to be returned.

b : BigInt

The number with respect to which the modulus of $a$ is to be returned.

Output : BigInt

The modulus $a \bmod b$.