Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 2i (0.05 sec)

  1. 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)
Back to top