UNPKG

@alcorexchange/alcor-swap-sdk

Version:

​​ **npm** ``` npm i @alcorexchange/alcor-swap-sdk ``` **yarn** ``` yarn add @alcorexchange/alcor-swap-sdk ``` ## Usage ### Import:

7 lines (6 loc) 216 B
export declare const MAX_SAFE_INTEGER: bigint; /** * Computes floor(sqrt(value)) * @param value the value for which to compute the square root, rounded down */ export declare function sqrt(value: bigint): bigint;