mathexpr
MathExpr - pure-Nim mathematical expression evaluator library
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install mathexpr
choosenim install mathexpr
git clone https://github.com/nimbackup/nim-mathexpr
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| mathexpr | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/nimbackup/nim-mathexpr |
|---|---|
| Homepage | https://github.com/nimbackup/nim-mathexpr |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
Mathexpr, a math expression evaluator library in Nim 
Mathexpr is a relatively small mathematical expression evaluator library written in Nim without any third-party dependencies. It has a lot of predefined math functions and some constants, and you can also define your own.
Installation
To install mathexpr, simply run:
$ nimble install mathexpr
Documentation
https://yardanico.github.io/nim-mathexpr/mathexpr.html