josdejong/mathjs

An extensive math library for JavaScript and Node.js

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 3rd, 2026
Created on February 15th, 2013
Open Issues & Pull Requests: 204 (+0)
GitHub issues: Enabled
Number of forks: 1,315
Total Stargazers: 15,074 (+0)
Total Subscribers: 217 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.5 hours
Mean response time: 27.9 days
90th percentile: 27.0 days
Tracked items: 166

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 44% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "design decision" is answered fastest, typically in about 17 hours, while "documentation" waits about 10 days. Only 4% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 63
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 648 days
Stale 30+ days: 62
Stale 90+ days: 54

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (71)
  • help wanted (49)
  • feature (21)
  • question (20)
  • category:expressions (17)
  • good first issue (15)
  • typescript (14)
  • design decision (11)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Math.js is an extensive math library for JavaScript and Node.js that provides a flexible expression parser with support for symbolic computation.

The library solves the problem of performing complex mathematical operations across diverse data types in JavaScript environments. It works by offering a unified interface that handles numbers, big numbers, complex numbers, fractions, units, matrices, and arrays, allowing operations to mix these types seamlessly. The expression parser evaluates mathematical expressions as strings, and the tool includes a large set of built-in functions and constants. It also supports symbolic computation and chained operations, making it suitable for both simple calculations and sophisticated mathematical workflows.

Developers should choose this tool if they need to work with multiple numeric types in a single codebase or require expression evaluation capabilities beyond JavaScript's native Math library. It suits projects ranging from scientific computing to financial applications that demand precision with big numbers or complex number support. The library runs on any ES2020-compatible JavaScript engine, including Node.js and all major browsers, and can be used as a command-line application. It is easily extensible, allowing developers to add custom data types and functions to the core system.

The project maintains active development with regular updates to its codebase. The architecture is designed around a core principle of enabling calculations with mixed data types, using a two-ingredient solution that allows different numeric types to interact naturally within matrices and expressions. The tool is well-documented with comprehensive guides, examples, and API documentation available on its website.