Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 80n (0.05 sec)

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

    		{decQuantity(3, 3, DecimalExponent), "3e3", ""},
    		{decQuantity(3, 3, DecimalSI), "3k", ""},
    		{decQuantity(0, 0, DecimalExponent), "0", "00"},
    		{decQuantity(1, -9, DecimalSI), "1n", ""},
    		{decQuantity(80, -9, DecimalSI), "80n", ""},
    		{decQuantity(1080, -9, DecimalSI), "1080n", ""},
    		{decQuantity(108, -8, DecimalSI), "1080n", ""},
    		{decQuantity(10800, -10, DecimalSI), "1080n", ""},
    		{decQuantity(1, -6, DecimalSI), "1u", ""},
    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