# intuitive-number-handlers

> For common manipulation of numbers.

Latest version **1.0.2** (published 2018-09-21) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install intuitive-number-handlers
pnpm add intuitive-number-handlers
yarn add intuitive-number-handlers
bun add intuitive-number-handlers
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-09-21 |
| First published | 2018-09-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 23.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Steve Thompson |
| Maintainers | writetome51 |
| Keywords | math, numbers, functions |

## Links

- npm: https://www.npmjs.com/package/intuitive-number-handlers
- Repository: https://github.com/writetome51/intuitive-number-handlers
- Homepage: https://github.com/writetome51/intuitive-number-handlers#readme
- Issues: https://github.com/writetome51/intuitive-number-handlers/issues
- npm.io page: https://npm.io/package/intuitive-number-handlers

## Dependencies (1)

- [basic-data-handling](https://npm.io/package/basic-data-handling.md) latest

## 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.2 (latest) — 2018-09-21
- 1.0.1 — 2018-09-20
- 1.0.0 — 2018-09-20

## README

The functions in this library will give you errors if you pass in numeric arguments that
whose types are not really numbers.  Sorry, no string numbers like '1' instead of 1 allowed.

There is no index.js file, but everything is still easy to locate.  All functions that begin
with 'get' are in the 'get' directory.  All functions that return boolean are in the
'return_boolean' directory.

I will be adding test files for every function in a near-future version.


Function-naming conventions:

All functions that return something that is not boolean begin with the word 'get'.

All functions that return boolean have names that imply they return boolean, such as
'inRange' or 'isOdd', or 'isEven'.

All functions begin with lowercase letter, are camel-cased, and contain no underscores,
except for a few exceptions where the function's name is long.

If there are functions that begin with underscores, they are private functions not intended to be
called outside this library.

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