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

Function additive

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

Source from the content-addressed store, hash-verified

6236 }
6237
6238 function additive() {
6239 var left = multiplicative();
6240 var token;
6241 while ((token = expect('+','-'))) {
6242 left = binaryFn(left, token.fn, multiplicative());
6243 }
6244 return left;
6245 }
6246
6247 function multiplicative() {
6248 var left = unary();

Callers 1

relationalFunction · 0.85

Calls 3

multiplicativeFunction · 0.85
expectFunction · 0.85
binaryFnFunction · 0.85

Tested by

no test coverage detected