Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ subScalar
Method
subScalar
docs/app/js/sanddance-app.js:69360–69362 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
69358
return
this.check();
69359
}
69360
subScalar(a) {
69361
return
this.addScalar(-a);
69362
}
69363
multiplyScalar(scalar) {
69364
for
(
let
i = 0; i < this.ELEMENTS; ++i)this[i] *= scalar;
69365
return
this.check();
Callers
nothing calls this directly
Calls
1
addScalar
Method · 0.95
Tested by
no test coverage detected