UNPKG

bigfloat-esnext

Version:

A library for arbitrary precision floating point arithmetic.

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