コード例 #1
0
ファイル: test_strategies.py プロジェクト: diofant/diofant
 def count(x):
     return x.as_coeff_Mul()[0]
コード例 #2
0
ファイル: test_strategies.py プロジェクト: skirpichev/diofant
 def count(x):
     return x.as_coeff_Mul()[0]
コード例 #3
0
ファイル: test_strategies.py プロジェクト: diofant/diofant
 def key(x):
     return x.as_coeff_Mul()[1]
コード例 #4
0
ファイル: test_strategies.py プロジェクト: skirpichev/diofant
 def key(x):
     return x.as_coeff_Mul()[1]