JimmyCushnie / JECS

Jimmy's Epic Config System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better way of writing rational floats

JimmyCushnie opened this issue · comments

when I'm writing configuration files, they're often filled with numbers like 0.3333333333 and 1.1666666666. It would be nice to be able to just write those as fractions, i.e. 1/3 and 7/6.

In addition to this, it would be cool to have a set of standard shortcuts for irrational numbers like pi and e. Though I doubt that feature would be used much.