Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for elgamal (0.09 sec)

  1. src/math/lgamma.go

    			default: // 0.9 < x < 1.2316
    				y = x - 1
    				i = 2
    			}
    		}
    		switch i {
    		case 0:
    			z := y * y
    			p1 := _lgamA[0] + z*(_lgamA[2]+z*(_lgamA[4]+z*(_lgamA[6]+z*(_lgamA[8]+z*_lgamA[10]))))
    			p2 := z * (_lgamA[1] + z*(+_lgamA[3]+z*(_lgamA[5]+z*(_lgamA[7]+z*(_lgamA[9]+z*_lgamA[11])))))
    			p := y*p1 + p2
    			lgamma += (p - 0.5*y)
    		case 1:
    			z := y * y
    			w := z * y
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. src/encoding/json/testdata/code.json.gz

    92,"mean_t":1301956144},{"name":"read_test.go","kids":[],"cl_weight":0.844022644022644,"touches":5,"min_t":1298596793,"max_t":1309542792,"mean_t":1304071255},{"name":"elgamal","kids":[{"name":"Makefile","kids":[],"cl_weight":0.07692307692307693,"touches":1,"min_t":1308704449,"max_t":1308704449,"mean_t":1308704449},{"name":"elgamal.go","kids":[],"cl_weight":0.07692307692307693,"touches":1,"min_t":1308704449,"max_t":1308704449,"mean_t":1308704449},{"name":"elgamal_test.go","kids":[],"cl_weight":0....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top