1:
val denominator: : _arg1 : Expression -> Expression
Возвращает знаменатель дроби
1: 2: 3: 4: 5:
"3/x^4" |> Infix.parseOrUndefined |> Rational.denominator |> Infix.format |> printfn "%s"
x^4