BigInt.Sqrt¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
Big integer represented as bytes. | Bytes |
||
Output ➡️ |
Outputs the square root of the input big integer represented as bytes. | Bytes |
This shard computes the square root of the input big integer represented as bytes.
Examples¶
1 2 3 4 5 | |