@sagemath/ntl

1.0.1 • Public • Published

NTL: A Library for doing Number Theory

https://libntl.org/

Quickstart

Install the package

$ npm i @sagemath/ntl

There'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
110

TODO

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.

Readme

Keywords

Package Sidebar

Install

npm i @sagemath/ntl

Weekly Downloads

1

Version

1.0.1

License

GPL-3.0-or-later

Unpacked Size

25.2 MB

Total Files

272

Last publish

Collaborators

  • wstein