Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 5e0 (0.02 sec)

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

    		{"0.00500", decQuantity(5, -3, DecimalSI)},
    		{"0.05000", decQuantity(5, -2, DecimalSI)},
    		{"0.50000", decQuantity(5, -1, DecimalSI)},
    		{"0.5e0", decQuantity(5, -1, DecimalExponent)},
    		{"0.5e-1", decQuantity(5, -2, DecimalExponent)},
    		{"0.5e-2", decQuantity(5, -3, DecimalExponent)},
    		{"0.5e0", decQuantity(5, -1, DecimalExponent)},
    		{"10.035M", decQuantity(10035, 3, DecimalSI)},
    
    		{"1.2e3", decQuantity(12, 2, DecimalExponent)},
    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