Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 2y (0.04 sec)

  1. src/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce

    00000340  8e 7f 52 d3 b8 14 03 03  00 11 82 73 be a9 08 9d  |..R........s....|
    00000350  5b 2f fe bd 1f 2c fb e2  f3 94 f3 16 03 03 00 20  |[/...,......... |
    00000360  d0 47 0f 2d 7e ce 8f 01  e2 7d 01 3c 32 79 a0 26  |.G.-~....}.<2y.&|
    00000370  fe 00 ce d3 37 46 20 b4  f8 af 21 81 0f 1e ba 2d  |....7F ...!....-|
    >>> Flow 10 (server to client)
    00000000  14 03 03 00 11 53 7f 72  ce 10 f4 0e a3 ed ed 8d  |.....S.r........|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  2. src/math/cmplx/cmath_test.go

    	{complex(zero, zero),
    		complex(zero, zero)},
    	{complex(1.0, inf),
    		NaN()},
    	{complex(1.0, nan),
    		NaN()},
    	{complex(inf, 1.0),
    		complex(1.0, math.Copysign(0.0, math.Sin(2*1.0)))}, // 1 + i 0 sin(2y)
    	{complex(inf, inf),
    		complex(1.0, zero)}, // imaginary sign unspecified
    	{complex(inf, nan),
    		complex(1.0, zero)}, // imaginary sign unspecified
    	{complex(nan, zero),
    		complex(nan, zero)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 48.1K bytes
    - Viewed (0)
Back to top