# @quenty/math

> Utility math functions from Nevermore for Roblox

Latest version **2.7.5** (published 2026-01-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @quenty/math
pnpm add @quenty/math
yarn add @quenty/math
bun add @quenty/math
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.7.5 |
| Published | 2026-01-12 |
| First published | 2021-07-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 10.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 611 |
| Maintainers | quenty |
| Keywords | Roblox, Nevermore, Lua, math |

## Links

- npm: https://www.npmjs.com/package/@quenty/math
- Repository: https://github.com/Quenty/NevermoreEngine
- Homepage: https://github.com/Quenty/NevermoreEngine#readme
- Issues: https://github.com/Quenty/NevermoreEngine/issues
- Funding: https://www.patreon.com/quenty
- npm.io page: https://npm.io/package/@quenty/math

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 2.7.5 (latest) — 2026-01-12
- 2.7.5-canary.635.9651b09.0 (canary) — 2026-01-12
- 2.7.4 — 2026-01-10
- 2.7.4-canary.631.d1ff13c.0 — 2026-01-10
- 2.7.4-canary.631.a8364df.0 — 2026-01-10
- 2.7.4-canary.631.91b277a.0 — 2026-01-10
- 2.7.3 — 2025-04-07
- 2.7.3-canary.547.11ae689.0 — 2025-04-07
- 2.7.3-canary.547.ba47c62.0 — 2025-04-07
- 2.7.2 — 2025-04-05
- 2.7.2-canary.545.2374fb2.0 — 2025-04-05
- 2.7.1 — 2025-03-21
- 2.7.1-canary.542.7609692.0 — 2025-03-13
- 2.7.0 — 2024-05-09
- 2.6.1-canary.468.ea8a226.0 — 2024-05-09
- … 40 more at https://npm.io/package/@quenty/math/versions

## README

## Math
<div align="center">
  <a href="http://quenty.github.io/NevermoreEngine/">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" />
  </a>
  <a href="https://discord.gg/mhtGUS8">
    <img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" />
  </a>
  <a href="https://github.com/Quenty/NevermoreEngine/actions">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" />
  </a>
</div>

This library contains a variety of useful math functions that Roblox does not provide by default.

<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/Math">View docs →</a></div>

## Installation
```
npm install @quenty/math --save
```

---
_Source: https://npm.io/package/@quenty/math · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
