Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for iterations (0.1 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    any sensible Error, provided the Point Q be not so remote from the Axis,
    nor the Lens so broad as to make any of the Rays fall too obliquely on
    the refracting Surfaces.[A]
    
    And by the like Operations may the reflecting or refracting Surfaces be
    found when the two Foci are given, and thereby a Lens be formed, which
    shall make the Rays flow towards or from what Place you please.[B]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/testdata/arithConst_test.go

    	test_int8{fn: xor_127_int8, fnname: "xor_127_int8", in: 127, want: 0},
    	test_int8{fn: xor_int8_127, fnname: "xor_int8_127", in: 127, want: 0}}
    
    // TestArithmeticConst tests results for arithmetic operations against constants.
    func TestArithmeticConst(t *testing.T) {
    	for _, test := range tests_uint64 {
    		if got := test.fn(test.in); got != test.want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
Back to top