bloqade.qasm2.sqrt
← Module overview
function
source
functionsqrt¶source
bloqade.qasm2.sqrt
def sqrt(value: float) -> floatSquare root math function.
Parameters
| Name | Type | Description |
|---|---|---|
value | float | The value to take the square root of. |
Returns
floatThe square root of `value`.