QuadExpr.size ()


QuadExpr.size ()

大小( )

检索表达式中二次项的个数。

返回值:

表达式中二次项的个数。

使用示例:

Expr = x * x + 2 * y * y + z print(Expr .size())