1.0.0 • Published 3 years ago

@sagemath/mpfr v1.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

MPFR: a C library for multiple-precision floating-point computations with correct rounding.

Quickstart

Install the package

$ npm i @sagemath/mpfr

There's nothing you can directly do with this yet.

Build from source

You need to install emscripten. Then do

npm run build

This will download and build MPFR from source.

TODO

Automate running the test suite.

(See comments for the GMP package.)