mathiumjs

Apply complex math and computational formulas and functions easily and without the hassle.

Usage no npm install needed!

<script type="module">
  import mathiumjs from 'https://cdn.skypack.dev/mathiumjs';
</script>

README

Mathium Framework 1.2.6

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

Created by @filippofonseca and @markmusic2727 | Sponsored and maintained with ❤️ by the Zyndicate Team

Website: mathiumjs.org

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 and npm installed.

1. Installation with npm

npm i mathiumjs

2. Initialization

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

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:

import Foo from "mathiumjs";

Learn More

Want to know more about the functions and different Mathium components you can use? Visit the Mathium documentation to learn more.