ajkachnic / math

yet another stupid, useless library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

math

the irrelevant piece in the trilogy (sidenote: i think i'm jumping the shark by now)

a blackbox where numbers go to die...

usage

with typescript:

import math from '@ajkachnic/math'
const myNum = 2

console.log(math(myNum, 5)) // how tf knows what it'll do, i certainly don't

common js:

const math= require('@ajkachnic/math')
const myNum = 2

console.log(math(myNum, 5)) // how tf knows what it'll do

api

two numbers enter but only one can leave...

About

yet another stupid, useless library

License:MIT License


Languages

Language:TypeScript 100.0%