/ Published in: PHP
I don't remember where I have found it.
Expand |
Embed | Plain Text
//1 $H *= 6; //2 $F = $H - $I; //3 $M = $V * (1 - $S); $N = $V * (1 - $S * $F); $K = $V * (1 - $S * (1 - $F)); //4 switch ($I) { case 0: break; case 1: break; case 2: break; case 3: break; case 4: break; case 5: case 6: //for when $H=1 is given break; } }
You need to login to post a comment.
