gnu-mp

0.0.1 • Public • Published

This package is an ALPHA package, it could be subject to leaks and other bugs.

Note: super simple example of utilisation for curious ones

async function main() {

	const {RAII} = await require('gnu-mp')();

	RAII(Float => { // Using RAII avoid you to delete floats and free caches
		const f = Float(256).set(2).zeta() // compute ζ(2) in 256 bits, rounded to nearest

		console.log(f.toString())
	})
};

main();

Package Sidebar

Install

npm i gnu-mp

Weekly Downloads

4

Version

0.0.1

License

LGPL-2.1

Unpacked Size

1.12 MB

Total Files

5

Last publish

Collaborators

  • log4b0at