@sagemath/ntl
v1.0.1
Published
NTL: A Library for doing Number Theory
Downloads
2
Readme
NTL: A Library for doing Number Theory
https://libntl.org/
Quickstart
Install the package
$ npm i @sagemath/ntlThere's one included example of computing (a+1)*(b+1):
$ cd node_modules/@sagemath/ntl/src/examples/example1
$ wasmer example.wasm
Enter two numbers:
9
10
110TODO
This does not build yet. It's going to be VERY challenging, since NTL's build scripts are nonstandard perl, and very much assume that it's not being cross compiled.
