MCPcopy
hub / github.com/mumuy/browser / F

Function F

src/module/utils/getMD5.js:21–23  ·  view source on GitHub ↗
(x, y, z)

Source from the content-addressed store, hash-verified

19}
20
21let F = function(x, y, z) {
22 return(x & y) | ((~x) & z);
23}
24
25let G = function(x, y, z) {
26 return(x & z) | (y & (~z));

Callers 1

FFFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected