Skip to content

arguiot/TheoremJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo

TheoremJS

A Math framework for computation in JavaScript

GitHub release cdnjs release Build Status Github All Releases npm License FOSSA Status

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

[sudo] npm i theorem.js

Then open your favorite code editor:

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

Documentation

The documentation can be found here

Project using TheoremJS

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Arthur Guiot - Initial work - @arguiot

Also look at the list of 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