UNPKG

bigfloat-esnext

Version:

A library for arbitrary precision floating point arithmetic.

8 lines (7 loc) 269 B
export * from "./arithmetic.js"; export * from "./constructors.js"; export * from "./predicates.js"; export * from "./relational.js"; export { BigFloat } from "./bigfloat.js"; export { set_precision } from "./constants.js"; export { evaluate } from "./interpreter.js";