Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/math/cmplx/cmath_test.go

    			t.Errorf("Polar(%g) = %g, %g want %g, %g", vc[i], r, theta, polar[i].r, polar[i].theta)
    		}
    	}
    	for i := 0; i < len(vcPolarSC); i++ {
    		if r, theta := Polar(vcPolarSC[i]); !alike(polarSC[i].r, r) && !alike(polarSC[i].theta, theta) {
    			t.Errorf("Polar(%g) = %g, %g, want %g, %g", vcPolarSC[i], r, theta, polarSC[i].r, polarSC[i].theta)
    		}
    	}
    }
    func TestPow(t *testing.T) {
    	// Special cases for Pow(0, c).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 01 03:16:37 UTC 2020
    - 48.1K bytes
    - Viewed (0)
Back to top