Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gadge/aryth


https://github.com/gadge/aryth

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        





math util lib

[![version](https://img.shields.io/npm/v/@aryth/math?logo=npm&style=flat-square)]()
[![language](https://img.shields.io/github/languages/top/gadge/aryth?logo=javascript&style=flat-square)][url-github]
[![manager](https://img.shields.io/badge/manager-pnpm-F69220?logo=pnpm&logoColor=EEE&style=flat-square)][url-github]
[![npm last update](https://img.shields.io/npm/last-update/%40aryth%2Fmath?logo=npm&style=flat-square)]()
[![github last commit](https://img.shields.io/github/last-commit/gadge/aryth?logo=github&style=flat-square)][url-github]
[![github commits](https://img.shields.io/github/commit-activity/t/gadge/aryth?logo=github&style=flat-square)][url-github]
[![node version](https://img.shields.io/node/v/@aryth/math/latest?logo=node.js&style=flat-square)]()

[//]: # ([![npm dependents](https://flat.badgen.net/npm/dependents/@aryth/math)](https://www.npmjs.com/package/@aryth/math?activeTab=dependents))
[//]: # (![NPM Downloads by package author](https://img.shields.io/npm-stat/dw/hoyeung))

[//]: <> (Shields)
[url-github]: https://github.com/hoyeungw/aryth

### Install

```shell script
npm install @aryth/[app]
```

### Packages

| | | |
|---------------------------------------------------|-------------------------------------|--------------------------|
| [**math**](./packages/math) | Basic math functions | ![v][math-dm] |
| [**rank**](./packages/rank) | Get rank of an array | ![v][rank-dm] |
| [**histo**](./packages/histo) | A histogram tool | ![v][histo-dm] |
| [**rand**](./packages/rand) | Randomly select number or array | ![v][rand-dm] |
| [**calculator**](./packages/calculator) | Parse math expression and calculate | ![v][calculator-dm] |
| [**nice-scale**](./packages/nice-scale) | Auto-generate tick labels for array | ![v][nice-scale-dm] |
| [**rank-vector**](./packages/rank-vector) | Get rank of vector | ![v][rank-vector-dm] |
| [**rank-matrix**](./packages/rank-matrix) | Get rank of matrix | ![v][rank-matrix-dm] |
| [**rank-column**](./packages/rank-column) | Get rank of column | ![v][rank-column-dm] |
| [**bound-vector**](./packages/bound-vector) | Get min, max, dif of vector | ![v][bound-vector-dm] |
| [**bound-matrix**](./packages/bound-matrix) | Get min, max, dif of matrix | ![v][bound-matrix-dm] |
| [**bound-column**](unpublish/bound-column) | Get min, max, dif of column | ![v][bound-column-dm] |
| [**distinct-vector**](./packages/distinct-vector) | Get distinct(w/wo count) of vector | ![v][distinct-vector-dm] |
| [**distinct-matrix**](./packages/distinct-matrix) | Get distinct(w/wo count) of matrix | ![v][distinct-matrix-dm] |
| [**distinct-column**](./packages/distinct-column) | Get distinct(w/wo count) of column | ![v][distinct-column-dm] |
| | | |

[//]: <> (Local routes)

[math-dm]: https://flat.badgen.net/npm/dm/@aryth/math

[rank-dm]: https://flat.badgen.net/npm/dm/@aryth/rank

[histo-dm]: https://flat.badgen.net/npm/dm/@aryth/histo

[rand-dm]: https://flat.badgen.net/npm/dm/@aryth/rand

[calculator-dm]: https://flat.badgen.net/npm/dm/@aryth/calculator

[nice-scale-dm]: https://flat.badgen.net/npm/dm/@aryth/nice-scale

[rank-vector-dm]: https://flat.badgen.net/npm/dm/@aryth/rank-vector

[rank-matrix-dm]: https://flat.badgen.net/npm/dm/@aryth/rank-matrix

[rank-column-dm]: https://flat.badgen.net/npm/dm/@aryth/rank-column

[bound-vector-dm]: https://flat.badgen.net/npm/dm/@aryth/bound-vector

[bound-matrix-dm]: https://flat.badgen.net/npm/dm/@aryth/bound-matrix

[bound-column-dm]: https://flat.badgen.net/npm/dm/@aryth/bound-column

[distinct-vector-dm]: https://flat.badgen.net/npm/dm/@aryth/distinct-vector

[distinct-matrix-dm]: https://flat.badgen.net/npm/dm/@aryth/distinct-matrix

[distinct-column-dm]: https://flat.badgen.net/npm/dm/@aryth/distinct-column

[MIT](http://opensource.org/licenses/MIT)