package dual

  1. Overview
  2. Docs
Dual numbers library

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=0d534396a533cbdebf089777bfe57cec
sha512=1b184af2fe7b3f9d1c4a9fc7b8ec7e69dd32ae97618353a2da90c3e34b500b39186d7b23128a3da4534cc0a4b846efd01a7b38c9f0089f386241e0ecc4439852

README.md.html

Dual Numbers Library

This repository contains a dual number implemention in OCaml. It hasn't been super well tested as I haven't used it extensively and hence the 0.1.0 designation. There isn't much to it however and outside of typos it should function as intended. Please submit issues if you find a bug.

If you have no idea what dual numbers are I've provided a brief introduction.

Installation

As long as you have a recent version of opam you can install as follows:

$ opam install dual

License

MIT