Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 2i (0.04 sec)

  1. doc/go1.17_spec.html

    constant and <code>s</code> is evaluated.
    </p>
    
    <pre>
    const (
    	c1 = imag(2i)                    // imag(2i) = 2.0 is a constant
    	c2 = len([10]float64{2})         // [10]float64{2} contains no function calls
    	c3 = len([10]float64{c1})        // [10]float64{c1} contains no function calls
    	c4 = len([10]float64{imag(2i)})  // imag(2i) is a constant and no function call is issued
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    	{V(float64(168)), V(float32(168))},
    	{V(float64(169)), V(float64(169))},
    
    	// truncation
    	{V(float64(1.5)), V(int(1))},
    
    	// complex
    	{V(complex64(1i)), V(complex64(1i))},
    	{V(complex64(2i)), V(complex128(2i))},
    	{V(complex128(3i)), V(complex64(3i))},
    	{V(complex128(4i)), V(complex128(4i))},
    
    	// string
    	{V(string("hello")), V(string("hello"))},
    	{V(string("bytes1")), V([]byte("bytes1"))},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. cmd/testdata/decryptObjectInfo.json.zst

    er-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfALSpcWJxQdu+qXihfZf5qZNBxMqhRub2==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAORYuC0gVu3Tb2qu+Sx6lGomEJ6h2TvM8BIfD/2I+w==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/testimport/p2/p2.go","UserDef":{"X-Minio-Internal-Server-Side-Encryp...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top