Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestY0 (0.08 sec)

  1. src/math/all_test.go

    		}
    	}
    	for i := 0; i < len(vffrexpBC); i++ {
    		if e := Ilogb(vffrexpBC[i]); int(logbBC[i]) != e {
    			t.Errorf("Ilogb(%g) = %d, want %d", vffrexpBC[i], e, int(logbBC[i]))
    		}
    	}
    }
    
    func TestJ0(t *testing.T) {
    	for i := 0; i < len(vf); i++ {
    		if f := J0(vf[i]); !soclose(j0[i], f, 4e-14) {
    			t.Errorf("J0(%g) = %g, want %g", vf[i], f, j0[i])
    		}
    	}
    	for i := 0; i < len(vfj0SC); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
Back to top