IEEERemainder 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.QSharp.Foundation

Returns the remainder resulting from the division of a specified number by another specified number.

function IEEERemainder (x : Double, y : Double) : Double

Input

x : Double

y : Double

Output : Double

Remarks

See System.Math.IEEERemainder for more details.