dual
Implementation of dual numbers
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install dual
choosenim install dual
git clone https://github.com/drjdn/nim_dual
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| dual | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/drjdn/nim_dual |
|---|---|
| Homepage | https://github.com/drjdn/nim_dual |
| Registry Source | nimble_official |
README
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