Redseb/Problemon

Implement fraction support

Closed this issue · 2 comments

Implement fraction support for inputted functions.

Instead of having to write out 0.5x the user should be able to write 1/2x

If necessary force the user to use parentheses such as (1/2)x instead of 1/2x

Note: Try to include support for (x/2) being the same thing as (1/2)x

Pretty sure @Max-7th-byte has implemented this - if not feel free to reopen