# my_first_math_example

> An example of creating a package

Latest version **1.2.4** (published 2014-05-28) · BSOD license · 0 weekly downloads

## Install

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

Provides the command `my_first_math_example`.

## 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.2.4 |
| Published | 2014-05-28 |
| First published | 2014-05-28 |
| Weekly downloads | 0 |
| License | BSOD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | James Beckenham |
| Maintainers | jimmybecks |
| Keywords | math, example, addition, subtraction, multiplication, division, fibonacci |

## Links

- npm: https://www.npmjs.com/package/my_first_math_example
- npm.io page: https://npm.io/package/my_first_math_example

## 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.2.4 (latest) — 2014-05-28
- 1.2.3 — 2014-05-28

## README

math_example package
====================

The following functions are available in the math_example package.

- **addition** Adds two numbers and returns the result.
- **subtraction** Subtracts the second number from the first and returns the result.
- **multiplication** Multiplies two numbers and returns the result.
- **division** Divides the first number by the second number and returns the result.
- **fibonacci** Applies the fibonacci sequence count times and returns the result.

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