Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arguiot/TheoremJS

A Math library for computation in JavaScript 📕
https://github.com/arguiot/TheoremJS

computation eyejs framework javascript math math-library theoremjs

Last synced: 2 months ago
JSON representation

A Math library for computation in JavaScript 📕

Awesome Lists containing this project

README

        


Logo

TheoremJS


A Math framework for computation in JavaScript

[![GitHub release](https://img.shields.io/github/release/arguiot/TheoremJS.svg)](https://github.com/arguiot/TheoremJS/releases)
[![cdnjs release](https://img.shields.io/cdnjs/v/TheoremJS.svg)](https://cdnjs.com/libraries/TheoremJS/)
[![Build Status](https://travis-ci.org/arguiot/TheoremJS.svg?branch=master)](https://travis-ci.org/arguiot/TheoremJS)
[![Github All Releases](https://img.shields.io/github/downloads/arguiot/TheoremJS/total.svg)](https://github.com/arguiot/TheoremJS/)
[![npm](https://img.shields.io/npm/dt/theorem.js.svg)](https://www.npmjs.com/package/theorem.js)
[![License](https://img.shields.io/github/license/arguiot/TheoremJS.svg)](LICENSE)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Farguiot%2FTheoremJS.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Farguiot%2FTheoremJS?ref=badge_shield)

TheoremJS is a mathematical framework that is packed up with tons of useful mathematical functions. It is composed of functions in most mathematical fields such as algebra, number theory, statistics, etc... It was designed to fit your need, whatever you are trying to do.

# Getting Started

Type the following command in a terminal

```bash
[sudo] npm i theorem.js
```

Then open your favorite code editor:

```javascript
const t = require("theorem.js");
/* Start coding here */
```

# Documentation
The documentation can be found [here](https://github.com/arguiot/TheoremJS/wiki)

# Project using TheoremJS
- [Descartes](https://github.com/arguiot/Descartes)

# Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/arguiot/TheoremJS/tags).

# Authors

- **Arthur Guiot** - _Initial work_ - [@arguiot](https://github.com/arguiot)

Also look at the list of [contributors](https://github.com/arguiot/TheoremJS/contributors) who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊.

# License

This project is licensed under the MIT License - see the file for details

Copyright © 2017 - 2018 Arthur Guiot All Rights Reserved.

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Farguiot%2FTheoremJS.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Farguiot%2FTheoremJS?ref=badge_large)