fixmath
LibFixMath 16:16 fixed point support for nim
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install fixmath
choosenim install fixmath
git clone https://github.com/Jeff-Ciesielski/fixmath
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| fixmath | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/Jeff-Ciesielski/fixmath |
|---|---|
| Homepage | https://github.com/Jeff-Ciesielski/fixmath |
| Registry Source | nimble_official |
README
fixmath
libfixmath wrapper for the Nim programming language
libfixmath provides 16:16 fixed point math support, useful for DSP and embedded applications. This wrapper provides access to all required top level functionality, as well as operator overloads for the fix16 type.