The denom or getDenom command finds the denominator of a fraction.
denom(42/12) |
or:
getDenom(42/12) |
|
To avoid simplification, the argument must be quoted (see Section 9.1.4).
(For rational expressions see Section 11.6.3).
denom('42/12') |
or:
getDenom('42/12') |
|