Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expm1Asm (0.07 sec)

  1. src/math/all_test.go

    			t.Errorf("Expm1(%g) = %g, want %g", a, f, expm1Large[i])
    		}
    	}
    	for i := 0; i < len(vfexpm1SC); i++ {
    		if f := Expm1(vfexpm1SC[i]); !alike(expm1SC[i], f) {
    			t.Errorf("Expm1(%g) = %g, want %g", vfexpm1SC[i], f, expm1SC[i])
    		}
    	}
    }
    
    func TestExp2(t *testing.T) {
    	testExp2(t, Exp2, "Exp2")
    	testExp2(t, Exp2Go, "Exp2Go")
    }
    
    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