24.1.6 Factoring a unit
The
ufactor
command factors units in unit objects.
ufactor
takes two arguments:
unitobj
, a unit object.
u
, the unit to factor.
ufactor(
unitobj
,
u
)
returns a unit object multiplied by the remaining
MKSA
units.
Examples
ufactor
(3
_J
,
_W
)
3.0
W
s
ufactor
(3
_W
,
_J
)
3.0
J
s
−1