Chemical calculator/jq: Difference between revisions

no edit summary
(absolute value)
No edit summary
 
Line 1:
<syntaxhighlight lang="jq">
<lang jq>
def masses: {
H: 1.008,
Line 206:
 
task
</syntaxhighlight>
</lang>