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.
- Host: GitHub
- URL: https://github.com/mathiumjs/mathiumjs
- Owner: mathiumjs
- License: mit
- Created: 2020-08-15T23:40:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T01:35:33.000Z (over 5 years ago)
- Last Synced: 2025-04-12T20:05:13.192Z (about 1 year ago)
- Topics: javascript, js-library, library, npm, npm-package
- Language: TypeScript
- Homepage: https://mathiumjs.surge.sh
- Size: 34.5 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.