Wiki

Clone wiki

symja_android_library / Symbols / Exponent

Exponent

Exponent(poly, x)
gives the maximum power with which x appears in the expanded form of poly

Examples

>>> Exponent(1+x^2+a*x^3, x)
3

Updated