PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@polkadot/util/bi

Просмотр файла: sqrt.d.ts

import type { BN } from '../bn/index.js';
import type { ToBigInt, ToBn } from '../types.js';
/**
 * @name nSqrt
 * @summary Calculates the integer square root of a bigint
 */
export declare function nSqrt<ExtToBn extends ToBn | ToBigInt>(value: ExtToBn | BN | bigint | string | number | null): bigint;

Выполнить команду


Для локальной разработки. Не используйте в интернете!