Searched refs:madcomplex (Results 1 – 2 of 2) sorted by relevance
2716 class madcomplex(complex): class2719 a = madcomplex(-3, 4)2726 a = madcomplex(a) # just trying another form of the constructor
2701 class madcomplex(complex): class2704 a = madcomplex(-3, 4)2711 a = madcomplex(a) # just trying another form of the constructor