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

https://github.com/mathiumjs/mathiumjs

⚙️ Mathium Framework provides an efficient, powerful, yet simple toolkit to construct powerful applications that require mathematical and computational functions and formulas in their codebase.
https://github.com/mathiumjs/mathiumjs

javascript js-library library npm npm-package

Last synced: about 1 year ago
JSON representation

⚙️ Mathium Framework provides an efficient, powerful, yet simple toolkit to construct powerful applications that require mathematical and computational functions and formulas in their codebase.

Awesome Lists containing this project

README

          

# Mathium Framework `1.2.6`

Mathium is a functional JavaScript/TypeScript Node framework to apply complex powerful math and computational functionality easily and without the hassle.

Created by [@FilippoFonseca](https://twitter.com/FilippoFonseca) and [@markmusic2727](https://twitter.com/markmusic2727) | Sponsored and maintained with ❤️ by the [Zyndicate Team](https://www.zyndicate.app/)

### Website: [mathiumjs.org](https://mathiumjs.surge.sh)

## Why Mathium?

Mathium provides an efficient, powerful, yet simple toolkit to construct powerful applications that require mathematical and computational functions and formulas in their codebase. It encourages simplicity, ease-of-use, and piece of mind, allowing developers to focus on what really matters. Mathium will provide a wide-array of mathematical and omputational-based frmulas to choose from, filled with endless adaptability and customizability.

## TypeScript

Mathium is not only designed and optimized to work with JavaScript, but with TypeScript as well. With cohesive and seamless imports and functionality, Mathium scales with you and your TypeScript applications.

## Get Started

Ensure that you have the latest version of [Node](https://nodejs.org/en/) and [npm](https://npmjs.org) installed.

### 1. Installation with npm

```
npm i mathiumjs
```

### 2. Initialization

At the top of your TypeScript file, import `mathiumjs`, as shown:

```ts
import Mathium from "mathiumjs";
```

NOTE: The name `Mathium` after `import` is arbitrary; it can be replaced with whatever you'd like and the code will still run properly:

```ts
import Foo from "mathiumjs";
```

## Learn More

Want to know more about the functions and different Mathium components you can use? Visit the Mathium [documentation](https://mathiumjs.surge.sh/docs/) to learn more.