MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / sign

Function sign

static/plugins/chart.js/Chart.bundle.js:19142–19144  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

19140 var abs$1 = Math.abs;
19141
19142 function sign(x) {
19143 return ((x > 0) - (x < 0)) || +x;
19144 }
19145
19146 function toISOString$1() {
19147 // for ISO strings we do not use the normal bubbling rules:

Callers 1

toISOString$1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected