fivemoreminix / rsc

A handwritten scientific calculator for interpreting equations.
https://crates.io/crates/rsc
MIT License
37 stars 9 forks source link

Implement Percentages #3

Closed fivemoreminix closed 3 years ago

fivemoreminix commented 5 years ago

Expressions like 2 * 5% would translate to 2 * (5/100). Percentages can only be appended to factors and just divides them by 100.