UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

3 lines (2 loc) 198 B
/* 0.26.0-alpha2 */ export declare function fromDigits(s: string, baseInput?: string | number): [result: number, rest: string]; export declare function numberToString(num: number | bigint): string;