UNPKG

decimal128

Version:

Partial implementation of IEEE 754 Decimal128 decimal floating-point numbers

4 lines (3 loc) 128 B
import { Decimal128 } from "../src/Decimal128.mjs"; declare function pow(a: Decimal128, b: number): Decimal128; export { pow };