{% set meta={"title": "Unit Converter", "desc": "Convert between units, both ordinary and esoteric"} %} {% extends "/_base.html" %} {% block head %} {% endblock %} {% block content %}

Convert between many different units and scales of length, temparture, mass, and area



=

Results may be rounded or have noise in the last decimal digits. If a result ends with a sequence of '9's, you should round up. If it ends with '0's, you should ignore them. When converting from very small units to very large ones, the result may be zero.

{% endblock %}