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
Currently the ucum.canonicalize function emits a a JSON object that is in the same format as the output of ucum.parse. This is interesting to developers, but less helpful for end users.
It would be useful to have an additional function (perhaps ucum.canonicalString) that would convert a unit code to a properly formatted canonicalised unit code, e.g.-
Input Output
pg/L g/L-12
mV/mm gm/C/s2
The text was updated successfully, but these errors were encountered:
ucum.js: 0.0.2
Currently the
ucum.canonicalize
function emits a a JSON object that is in the same format as the output ofucum.parse
. This is interesting to developers, but less helpful for end users.It would be useful to have an additional function (perhaps
ucum.canonicalString
) that would convert a unit code to a properly formatted canonicalised unit code, e.g.-The text was updated successfully, but these errors were encountered: