Units`
Units`
Convert
As of Version 9.0, unit functionality is built into the Wolfram Language »
Convert[expr,newunits]
converts expr to a form involving a combination of units newunits.
Details and Options
- To use Convert, you first need to load the Units Package using Needs["Units`"].
- Convert provides a way to convert between different systems of units.
- SI unit prefixes such as Nano, Micro, Mega can be multiplied into unit expressions.
- ConvertTemperature converts temperatures between different temperature scales.