TimesD 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 product of two inputs.

function TimesD (a : Double, b : Double) : Double

Input

a : Double

The first input $a$ to be multiplied.

b : Double

The second input $b$ to be multiplied.

Output : Double

The product $a \times b$.