1.1.0 • Published 7 years ago

metadelta v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Build Status Open Source Love Open Source Love
Metadelta Logo

metadelta

A small library for advanced math.

What is it?

Metadelta is an intuitive library that makes performing advanced mathematical operations much simpler. It can be used in anything from factoring a polynomial expression to calculating the area under a curve.

Why this?

Doing advanced math with Javascript takes an exceptional amount of time and knowledge that could be used to do so many other things (like building the next big thing). Metadelta removes the worry for a powerful math library by abstracting various mathematical concepts and operations to make developers' lives easier.

How do I get started?

To add Metadelta to your Node.js project, simply run the following line in your project's root directory.

npm install --save @metadelta/core

To add Metadelta to your web app / project, add the following script tag to your source.
You can call Metadelta's functions from the global metadelta object.

<script src="https://mdlt.surge.sh/delta.js"></script>

That's it! Now you can begin implementing Metadelta's powerful functionality in your project.

No, where are the docs?

Oh, Metadelta's documentation can be found here.


Copyright (c) 2016-2017 Gerald Nash. Built using Algebrite and metadelta-solver Licensed under the MIT license.

Like metadelta? Donate Bitcoin to support development!

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago