smenjas / chemistry-explorer

A chemistry app built with vanilla JavaScript
https://smenjas.github.io/chemistry-explorer/
ISC License
1 stars 2 forks source link

Compare formulas #39

Closed smenjas closed 1 year ago

smenjas commented 1 year ago

Provide a way to compare molecular formulas for equivalence. For example, H2O & OH2 should be considered equivalent despite the elements being in a different order.

smenjas commented 1 year ago

I got this feature automatically when I implemented formula sort.