No description
Find a file
Jason Nielsen f5df9cce77 Fix typo
2020-10-03 20:34:08 -04:00
dual Fix typo 2020-10-03 20:34:08 -04:00
dual.nimble Initial commit 2020-10-03 15:10:02 -04:00
LICENSE.md Initial commit 2020-10-03 15:10:02 -04:00
Makefile Initial commit 2020-10-03 15:10:02 -04:00
README.md Change doc link 2020-10-03 19:31:18 -04:00

Dual Numbers Library

This repository contains a dual number implemention in Nim. See the API documentation for more information. 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 nimble you can install as follows:

$ nimble install dual

License

MIT