Previous Up Next

10.1.6  Factorize a unit: ufactor

ufactor factorizes a unit in a unit object: the first argument is a unit object and the second argument is the unit to factorize.
The result is an unit object multiplied by the remaining MKSA units.
Input:

ufactor(3_J,_W)

Output:

3_(W*s)

Input:

ufactor(3_W,_J)

Output:

3_(J/s)

Previous Up Next