Ross ROSS = Recommend OSS · open-source software intelligence for agents

ArashPartow/exprtk

C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html observed · 2026-08-28

github.com/ArashPartow/exprtk · homepage · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 95
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license no_readme

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5331
  • days_rel: n/a
  • days_push: 32
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1017 stars · 322 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

ExprTk is a C++ runtime mathematical expression parsing and evaluation engine, provided as an easy-to-integrate library. It supports arithmetic, logic, vector processing, control structures, loops, and expression optimization with high performance.

Use cases

  • evaluate user-supplied math expressions at runtime in C++
  • parse and evaluate formulas from config files
  • build a calculator or expression evaluator app
  • embed a small expression language in a scientific computing tool
  • evaluate parameterized equations with variables and vectors
  • implement a domain-specific formula DSL without writing a parser

When to choose

  • you need fast, efficient runtime evaluation of mathematical expressions in C++
  • you want a single-file, dependency-free library that is easy to integrate
  • you need vector processing, control structures, and user-defined functions in expressions
  • you want constant folding and other expression optimizations out of the box

When to avoid

  • you need a general-purpose programming language interpreter rather than math expressions
  • your project is not C++ or needs bindings for another language
  • you need symbolic math or computer algebra rather than numeric evaluation
  • you require a permissively licensed dependency and cannot accept the project's custom MIT-style notice

Facets

library · maturity stable

parser interpreter compiler math developer-tools mathematics parsers developer-tools cpp cross-platform windows expression-evaluator expression-parsing numerical-computation ast lexer header-only scientific-computing high-performance algorithms linux macos

4 sources

Member repositories

RepositoryRoleHealth v2
ArashPartow/exprtkmain75

For agents

markdown · JSON · MCP: product_card(name="ArashPartow/exprtk")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem