Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkIsBestApprox64 (0.3 sec)

  1. src/math/big/ratconv_test.go

    			}
    		}
    
    		if !isFinite(f) {
    			continue
    		}
    
    		// 2. Check f is best approximation to r.
    		if !checkIsBestApprox64(t, f, r) {
    			// Append context information.
    			t.Errorf("(input was %q)", input)
    		}
    
    		// 3. Check f->R->f roundtrip is non-lossy.
    		checkNonLossyRoundtrip64(t, f)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 19.3K bytes
    - Viewed (0)
Back to top