UNPKG

@vutien/sdk-core

Version:

🛠 An CORE SDK for building DMM SDK ver 1 + 2

8 lines (7 loc) • 242 B
import JSBI from 'jsbi'; export declare const MAX_SAFE_INTEGER: JSBI; /** * Computes floor(sqrt(value)) * @param value the value for which to compute the square root, rounded down */ export declare function sqrt(value: JSBI): JSBI;