The Default Units Environment
The default Units environment does not accept any use of units. However, there are conversion routines that convert units.
convert/units
convert/temperature
convert/conversion_table
convert/dimensions
convert/system
Note: The convert/units routine converts temperature intervals. For example, 1 degree Celsius is converted to 1 kelvin. For conversions of absolute temperatures, use convert/temperature.
These functions do not adversely affect the computation environment and are available to the user in every environment. Use only these functions if only simple conversions are required or system memory is a premium. They should also be used in any programming environment after prototyping in the Natural or Standard environment.
Examples
convert⁡771000,units,Ws,hphour
60000000000000161406898610881
convert⁡32,temperature,degF,degC
0
convert⁡ms,mph,kmh,conversion_table,output=grid
To:msmphkmhUnit NameSymbolmeters per secondms 131251397185miles per hourmph 1397312512514615625kilometers per hourkmh 51815625251461
convert⁡VW,dimensions
1electric_current
convert⁡127,system,ms,FPS
12503
convert⁡127,units,ms,fts
See Also
convert
Units
Units/Index
Units/Natural
Units/Standard
Download Help Document