You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a mass find all chemical formulas that fit that mass as precise as given. So 292 should match anything that rounds to 292 while 292.12345 should only match things that round to 292.12345. Some control over the used elements should be provided.
The text was updated successfully, but these errors were encountered:
Given a mass find all chemical formulas that fit that mass as precise as given. So
292
should match anything that rounds to292
while292.12345
should only match things that round to292.12345
. Some control over the used elements should be provided.The text was updated successfully, but these errors were encountered: