Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/util/bi/sqrt.ts>nSqrt

Package publishing for deno.land/x/polkadot
Go to Latest
function nSqrt
import { nSqrt } from "https://deno.land/x/polkadot@0.2.12/util/bi/sqrt.ts";

Type Parameters

ExtToBn extends ToBn | ToBigInt

Parameters

value:
| BN
| bigint
| string
| number
| null

Returns

bigint