Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
A Math library for computation in JavaScript 📕
- Host: GitHub
- URL: https://github.com/arguiot/theoremjs
- Owner: arguiot
- License: mit
- Created: 2017-11-23T11:33:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:09:42.000Z (about 2 years ago)
- Last Synced: 2025-01-12T18:06:16.300Z (8 days ago)
- Topics: computation, eyejs, framework, javascript, math, math-library, theoremjs
- Language: JavaScript
- Homepage: https://theorem.js.org
- Size: 2.13 MB
- Stars: 930
- Watchers: 16
- Forks: 30
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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)