UNPKG

@holgerengels/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

3 lines (2 loc) 140 B
/* 0.26.0-alpha2 */ import Decimal from 'decimal.js'; export declare function bigint(a: Decimal | number | bigint | string): bigint | null;