mathexpr
MathExpr - tiny mathematical expression evaluator library
Summary
| Latest Version | 1.3.2 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-31 07:15 |
Tags
Authors
- Danil Yarantsev (Yardanico)
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.0.0 | No |
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