BigInt.Sqrt¶ Name Mandatory Description Default Type ⬅️ Input Big integer represented as bytes. Bytes Output ➡️ Big integer represented as bytes. Bytes Examples¶ Code 1 2 3 4 52 | BigInt = expected 4 | BigInt BigInt.Sqrt BigInt.Is(expected) | Assert.Is(true true)