Conv

From StickMUD
Revision as of 14:41, 5 June 2021 by Tamarindo (talk | contribs) (Created page with "<code>conv</code> - Convert units. ==Description== Convert units between different scales, such as C to F, kg to lb, cm to in, etc. {| class="wikitable" |+Syntax !Command !De...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

conv - Convert units.

Description

Convert units between different scales, such as C to F, kg to lb, cm to in, etc.

Syntax
Command Description
conv <value> <from unit> <to unit> Convert a value from one unit to another.
Valid Units
Unit Values
Length in, ft, yd, mi, mm, cm, m, km
Weight oz, lb, g, kg
Temperature f, c

Examples

> conv 3 lb kg
Converted value: 1.3608 kg.
> conv 88 f c
Converted value: 31.1111 c.