# mathematica

> A JavaScript package for mathematical operations.

Latest version **1.0.0** (published 2020-11-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install mathematica
pnpm add mathematica
yarn add mathematica
bun add mathematica
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-11-19 |
| First published | 2020-07-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | ljmsu |
| Maintainers | ljmsu |
| Keywords | math, mathematics, geometry, shapes |

## Links

- npm: https://www.npmjs.com/package/mathematica
- Repository: https://github.com/LJMSU/mathematica
- Homepage: https://github.com/LJMSU/mathematica#readme
- Issues: https://github.com/LJMSU/mathematica/issues
- npm.io page: https://npm.io/package/mathematica

## 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

- 1.0.0 (latest) — 2020-11-19
- 0.0.1 — 2020-07-01

## README

# mathematica

A JavaScript package for mathematical operations.

---

- [mathematica](#mathematica)
  - [installation](#installation)
  - [example](#example)
  - [documentation](#documentation)
  - [license](#license)

---

## installation

```txt
npm i mathematica
```

## example

```js
const mathematica = require("mathematica");

const square = new mathematica.Square(10);
console.log(square);
// expected: Square { length = 10, width = 10 }
// getters: area, perimeter, diagonal
```

## [documentation](https://github.com/LJMSU/mathematica/wiki)

## license

this package is [MIT licensed](LICENSE).

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