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

https://github.com/n1ghtthef0x/ntf-math

another math library
https://github.com/n1ghtthef0x/ntf-math

browser commonjs esmodule library math nodejs typescript

Last synced: 6 months ago
JSON representation

another math library

Awesome Lists containing this project

README

          

# @ntf/math

Another math library

## Why

Because I like reinventing the wheel :)

## Installation

Use your favourite package manager, idk

```sh
npm install @ntf/math
```

```sh
yarn add @ntf/math
```

```sh
pnpm install @ntf/math
```

## Usage

### Importing

This library can be used in `CommonJS` and `ESModule` environments

```typescript
const { ... } = require("@ntf/math");
```

```typescript
import { ... } from "@ntf/math";
```

## License stuff that nobody reads

Just like any [Open Source Project](https://github.com/N1ghtTheF0x/ntf-math) this has a [License](./LICENSE), the MIT License