Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 01E (0.02 sec)

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

    		{"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)},
    		{"1.1E-9", decQuantity(2, -9, DecimalExponent)},
    		{"0.0000000001", decQuantity(1, -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