KoryNunn / mthA

Maths made easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mthA

What

to assist in simple maths

Why?

For some people symbols and calculations are confusing.

mthA replaces symbols with words so that it can be more easily understood, and for some people, quicker to type than working out the calculation.

Usage

To use:

var result = mthA(20).percentOf(50).value;
var result2 = mthA(60).toRadians().value;

Goals

Easy to use

Tiny

Fast

License

See LICENSE

About

Maths made easier

License:MIT License


Languages

Language:JavaScript 100.0%