micro method

Units micro()

Returns the derived Units having the 10^-6 prefix, micro (the symbol mu).

Implementation

Units micro() => derive('micro', '\u00b5', 1.0e-6);