Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 2T (0.01 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{"7.123456M", decQuantity(7123456, 0, DecimalSI)},
    		{"6.987654321G", decQuantity(6987654321, 0, DecimalSI)},
    		{"5.444T", decQuantity(5444, 9, DecimalSI)},
    		{"40.1T", decQuantity(401, 11, DecimalSI)},
    		{"300.2T", decQuantity(3002, 11, DecimalSI)},
    		{"2.5P", decQuantity(25, 14, DecimalSI)},
    		{"1.01E", decQuantity(101, 16, DecimalSI)},
    
    		// Things that saturate/round
    		{"3.001n", decQuantity(4, -9, DecimalSI)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
Back to top