QuadExpr.size ()


QuadExpr.size ()

大小( )

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

返回值:

表达式中二次项的个数。

使用示例:

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