Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 4810497673014966 (0.13 sec)

  1. src/math/all_test.go

    	// verify precision of result for extreme inputs
    	if f := Remainder(5.9790119248836734e+200, 1.1258465975523544); -0.4810497673014966 != f {
    		t.Errorf("Remainder(5.9790119248836734e+200, 1.1258465975523544) = %g, want -0.4810497673014966", f)
    	}
    	// verify that sign is correct when r == 0.
    	test := func(x, y float64) {
    		if r := Remainder(x, y); r == 0 && Signbit(r) != Signbit(x) {
    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