MCPcopy Create free account
hub / github.com/apache/cloudstack / multiplicative

Function multiplicative

tools/ngui/static/js/lib/angular.js:6247–6254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6245 }
6246
6247 function multiplicative() {
6248 var left = unary();
6249 var token;
6250 while ((token = expect('*','/','%'))) {
6251 left = binaryFn(left, token.fn, unary());
6252 }
6253 return left;
6254 }
6255
6256 function unary() {
6257 var token;

Callers 1

additiveFunction · 0.85

Calls 3

unaryFunction · 0.85
expectFunction · 0.85
binaryFnFunction · 0.85

Tested by

no test coverage detected