package zarith_stubs_js

  1. Overview
  2. Docs
Javascripts stubs for the Zarith library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.1.tar.gz
sha256=2cea7cb6046a3058184491559b458c9a79ed7d431c9fd7e1fbc6562013556a56
md5=948430731b9e3d0890cfc930b6829c37

README.md.html

Zarith Stubs JS

Zarith is an OCaml library that implements common operations over arbitrary-precision integers and rationals. It is implemented via a C api that primarily calls out to Gnu Multiple Precision Arithmetic Library. Because of that C API, Zarith could not be compiled via Js_of_ocaml until now.

Zarith Stubs JS is a reimplementation of the native C functions in JavaScript. It makes extensive use of peterolson/BigInteger.js as a shim for browser BigInt functionality and also for the implementations of many numerical algorithms.

OCaml

Innovation. Community. Security.