Returns the percent of the level 2 argument that is represented by the level 1 argument.
Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|
x | y | -> | 100y/x |
x | 'symb' | -> | '%T(x,symb)' |
'symb' | x | -> | '%T(symb,x)' |
'symb1' | 'symb2' | -> | '%T(symb1,symb2)' |
x_unit1 | y_unit2 | -> | 100y_unit2/x_unit1 |
x_unit | 'symb' | -> | '%T(x_unit,symb)' |
'symb' | x_unit | -> | '%T(symb,x_unit)' |