UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

50 lines (31 loc) 2.08 kB
<div align="center"><img src="docs/img/TheoremJS.svg" alt="Logo" height="200"><h1>TheoremJS</h1> A Math framework for computation in JavaScript [![GitHub release](https://img.shields.io/github/release/arguiot/TheoremJS.svg)](https://github.com/arguiot/TheoremJS/releases) [![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) </div> 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 <LICENSE> file for details Copyright © 2017 - 2018 Arthur Guiot All Rights Reserved.