MCPcopy Create free account
hub / github.com/arguiot/TheoremJS / reverse

Method reverse

__test__/theorem.js:1348–1350  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

1346 return tmp;
1347 }
1348 reverse(array) {
1349 return array.slice(0).reverse() // duplicate and reverse to duplicate the array
1350 }
1351 bin2str(txt) {
1352 return txt.replace(/\s*[01]{8}\s*/g, function(bin) {
1353 return String.fromCharCode(parseInt(bin, 2))

Callers 11

polynomialMethod · 0.95
reverse.jsFile · 0.80
derivate.jsFile · 0.80
polynomial.jsFile · 0.80
integrate.jsFile · 0.80
regression.jsFile · 0.80
polyregMethod · 0.80
drawCircularPointsMethod · 0.80
derivateMethod · 0.80
integrateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected