MCPcopy Create free account
hub / github.com/codemistic/Web-Development / modnn

Method modnn

text-to-qr/lib/phpqrcode/phpqrcode.php:2301–2309  ·  view source on GitHub ↗

----------------------------------------------------------------------

($x)

Source from the content-addressed store, hash-verified

2299
2300 //----------------------------------------------------------------------
2301 public function modnn($x)
2302 {
2303 while ($x >= $this->nn) {
2304 $x -= $this->nn;
2305 $x = ($x >> $this->mm) + ($x & $this->nn);
2306 }
2307
2308 return $x;
2309 }
2310
2311 //----------------------------------------------------------------------
2312 public static function init_rs_char($symsize, $gfpoly, $fcr, $prim, $nroots, $pad)

Callers 2

encode_rs_charMethod · 0.95
init_rs_charMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected