Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for getters (0.15 sec)

  1. src/net/lookup_test.go

    		}
    	}
    
    }
    
    func TestLookupNonLDH(t *testing.T) {
    	defer dnsWaitGroup.Wait()
    
    	if fixup := forceGoDNS(); fixup != nil {
    		defer fixup()
    	}
    
    	// "LDH" stands for letters, digits, and hyphens and is the usual
    	// description of standard DNS names.
    	// This test is checking that other kinds of names are reported
    	// as not found, not reported as invalid names.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  2. src/math/big/float.go

    // be rounded to fit into the mantissa bits, and accuracy describes the
    // rounding error with respect to the exact result.
    //
    // Unless specified otherwise, all operations (including setters) that
    // specify a *Float variable for the result (usually via the receiver
    // with the exception of [Float.MantExp]), round the numeric result according
    // to the precision and rounding mode of the result variable.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 44.5K bytes
    - Viewed (0)
Back to top