Skip to content

Denominator

Denominator(expr)

gives the denominator in expr. Denominator collects expressions with negative exponents.

See

Examples

>> Denominator(a / b)
b
>> Denominator(2 / 3)
3
>> Denominator(a + b)
1

Implementation status

  • ✅ - full supported

Github