MCPcopy Create free account
hub / github.com/Moli-X/Resources / sub

Function sub

Script/TBPrice.js:152–154  ·  view source on GitHub ↗
(arg1, arg2)

Source from the content-addressed store, hash-verified

150}
151
152function sub(arg1, arg2) {
153 return add(arg1, -Number(arg2), arguments[2]);
154}
155
156function add(arg1, arg2) {
157 arg1 = arg1.toString(), arg2 = arg2.toString();

Callers 1

differenceFunction · 0.70

Calls 1

addFunction · 0.70

Tested by

no test coverage detected