sf.math.sqrt¶
- math.sqrt(dtype=None)¶
The square root of
x.- Parameters:
x (
ndarray[Tuple[int,...],Union[TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]]) – The array to take the square root ofdtype –
dtypeof the output array.
- Return type:
ndarray[Tuple[int,...],Union[TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]]- Returns:
The square root of
x
code/api/mrmustard.math.sqrt
Download Python script
Download Notebook
View on GitHub