# is-float

> Check if a value is a Float or not

Latest version **1.0.0** (published 2015-07-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-float
pnpm add is-float
yarn add is-float
bun add is-float
```

Provides the command `is-float`.

## 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 | 2015-07-11 |
| First published | 2015-03-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Yashprit |
| Maintainers | yashprit |
| Keywords | is-float, float, floating, decimal, numbers, npm, javascript |

## Links

- npm: https://www.npmjs.com/package/is-float
- Repository: https://github.com/yashprit/is-float
- Homepage: http://yashprit.github.io
- Issues: https://github.com/yashprit/is-float/issues
- npm.io page: https://npm.io/package/is-float

## Dependencies (1)

- [minimist](https://npm.io/package/minimist.md) 1.1.1

## 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) — 2015-07-11
- 0.0.2 — 2015-03-22
- 0.0.1 — 2015-03-15

## README

#  is-Float [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]
> check number is  Float or not


## Install

```sh
$ npm install --save is-float
```

## Usage

### Node.js

```js
var isFloat = require('is-float'); //npm install isFloat

isFloat(2.5);
//=> true
```

### Browser

```js
  isFloat(2.5);
```
### command line

```sh
$ npm install --global is-float
$ is-float --v 2.5

#result => true
```


## Run Test
```sh
npm test
```

## Contribute or Report Issue
For bugs and feature requests, [please create an issue][issue-url].

## License

MIT © [Yashprit](yashprit.github.io)

[issue-url]: https://github.com/yashprit/is-float/issues
[npm-url]: https://npmjs.org/package/is-float
[npm-image]: https://badge.fury.io/js/is-float.svg
[travis-url]: https://travis-ci.org/yashprit/is-float
[travis-image]: https://travis-ci.org/yashprit/is-float.svg?branch=master

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