Coder Social home page Coder Social logo

kevindmorris / matician Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 497 KB

A modern JavaScript utility library for arithmatic, mathematics, proability, statistics, and more.

Home Page: https://kevindmorris.github.io/matician/

License: MIT License

JavaScript 0.13% TypeScript 99.87%
babel javascript jest tsup typescript tsdoc

matician's Introduction

Matician: (/məˈtiSH(ə)n/) Shorthand for a specialist or expert in mathematics.

A modern JavaScript utility library for arithmetic, mathematics, proability, statistics, and more.

npm version npm downloads package license

📋Docs | 🧪GitHub | 📦Package

Table of Contents

Getting Started

Use your preferred package manager:

npm install matician
yarn add matician

Usage

With CommonJS,

const { add } = require("matician");

const sum = add(1, 2);

console.log(sum);
// => 3

With ES modules,

import { add } from "matician";

const sum = add(1, 2);

console.log(sum);
// => 3

Run the Test Suite

git clone https://github.com/kevindmorris/matician.git
npm install
npm test # Run the entire test suite
npm test -- add.test.ts # Run an individual test suite

Why Matician?

Matician takes the hassle out of writing custom JavaScript functions for mathematical, statistical, and probabilistic methods.

Contributors

Open an issue to address bugs or suggest new modules!

Author

Kevin Morris

matician's People

Contributors

kevindmorris avatar

Stargazers

 avatar  avatar

Watchers

 avatar

matician's Issues

Who is using Matician?

Are you using Matician?

Drop a comment with a link to your website or a repository that is using matician. Would love to hear from any users!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.