Denominator
Denominator[expr] gives the denominator of expr.
Examples
Get the denominator of a fraction:
Denominator[3/4]
(* 4 *)From a rational expression:
Denominator[(a + b)/(c + d)]
(* c + d *)Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.