mathly
v0.1.4
Published
The next generation of math libraries.
Downloads
2
Maintainers
Readme
Mathly is a package designed to provide you with the tools and resources to do any mathmatical operation you want to. You will be able to do anything the JS Math library can do, and much more!
Install
Add this to your project using npm or yarn.
# npm
npm install mathly
# yarn
yarn add mathly
Usage
Documentation coming soon
Import the library and start coding.
import Mathly from "mathly";
console.log(Mathly.sum(1, 2));
import { sum } from "mathly";
console.log(sum(1, 2));
License
This library is distributed under the GPL-3.0 license.