teobais / math.js

A simple math library written in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the module call more abstract

teobais opened this issue · comments

Wouldn't it be cool to type

ceil(13);

instead of

math.ceil(13);

Let's investigate that.