JimmyCushnie / JECS

Jimmy's Epic Config System
Do What The F*ck You Want To Public License
154 stars 16 forks source link

Better way of writing rational floats #12

Closed JimmyCushnie closed 4 years ago

JimmyCushnie commented 5 years ago

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.

JimmyCushnie commented 4 years ago

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.