Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fb47efffffe0000000 (0.08 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    			want:          float64(math.MaxFloat64),
    			assertOnError: assertNilError,
    		},
    		{
    			name:          "max float32 value as double precision",
    			in:            hex("fb47efffffe0000000"),
    			want:          float64(math.MaxFloat32),
    			assertOnError: assertNilError,
    		},
    		{
    			name:          "max float32 value as single precision",
    			in:            hex("fa7f7fffff"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
Back to top