Lines Matching defs:mult
22 mult() {
29 return mult();
54 function mult(x, y) {
56 return mt.mult();
75 const operations = ['add', 'addSpecial', 'mult', 'multSpecial'];
83 mult(Math.random() * 10, Math.random() * 10) :
92 let r = mult(Math.random() * 10, Math.random() * 10) > 10 ?
94 mult(Math.random() * 10, Math.random() * 10);
98 case 'mult':
99 if (mult(Math.random() * 10, Math.random() * 10) > 10) {
102 mult(Math.random() * 10, Math.random() * 10);
108 mult(Math.random() * 10, Math.random() * 10);