Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 56 for Taylor (0.1 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom

          <name>Pete Kazmier</name>
          <email />
          <organization />
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
          <id>jtaylor</id>
          <name>James Taylor</name>
          <email>******@****.***</email>
          <organization />
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
    Registered: 2024-06-12 09:55
    - Last Modified: 2022-10-02 08:41
    - 7.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom

          <name>Pete Kazmier</name>
          <email />
          <organization />
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
          <id>jtaylor</id>
          <name>James Taylor</name>
          <email>******@****.***</email>
          <organization />
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
    Registered: 2024-06-12 09:55
    - Last Modified: 2022-10-02 08:41
    - 8.8K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom

          <name>Pete Kazmier</name>
          <email />
          <organization />
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
          <id>jtaylor</id>
          <name>James Taylor</name>
          <email>******@****.***</email>
          <organization />
          <roles>
            <role>Developer</role>
          </roles>
        </developer>
        <developer>
    Registered: 2024-06-12 09:55
    - Last Modified: 2020-12-24 18:09
    - 8.8K bytes
    - Viewed (0)
  4. src/math/jn.go

    		} else {
    			b = J1(x)
    			for i, a := 1, J0(x); i < n; i++ {
    				a, b = b, b*(float64(i+i)/x)-a // avoid underflow
    			}
    		}
    	} else {
    		if x < TwoM29 { // x < 2**-29
    			// x is tiny, return the first Taylor expansion of J(n,x)
    			// J(n,x) = 1/n!*(x/2)**n  - ...
    
    			if n > 33 { // underflow
    				b = 0
    			} else {
    				temp := x * 0.5
    				b = temp
    				a := 1.0
    				for i := 2; i <= n; i++ {
    Registered: 2024-06-12 16:32
    - Last Modified: 2022-04-11 16:34
    - 7.2K bytes
    - Viewed (0)
  5. src/math/erf.go

    //              erfc(x) = (1-c)  - P1(s)/Q1(s) if x > 0
    //                        1+(c+P1(s)/Q1(s))    if x < 0
    //              |P1/Q1 - (erf(|x|)-c)| <= 2**-59.06
    //         Remark: here we use the taylor series expansion at x=1.
    //              erf(1+s) = erf(1) + s*Poly(s)
    //                       = 0.845.. + P1(s)/Q1(s)
    //         That is, we use rational approximation to approximate
    Registered: 2024-06-12 16:32
    - Last Modified: 2022-04-11 16:34
    - 11.5K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Multimap.java

     *   List<String> lastNames = multimap.get(firstName);
     *   out.println(firstName + ": " + lastNames);
     * }
     * }</pre>
     *
     * ... produces output such as:
     *
     * <pre>{@code
     * Zachary: [Taylor]
     * John: [Adams, Adams, Tyler, Kennedy]  // Remember, Quincy!
     * George: [Washington, Bush, Bush]
     * Grover: [Cleveland, Cleveland]        // Two, non-consecutive terms, rep'ing NJ!
     * ...
     * }</pre>
     *
    Registered: 2024-06-12 16:38
    - Last Modified: 2023-06-17 14:40
    - 15.9K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Multimap.java

     *   List<String> lastNames = multimap.get(firstName);
     *   out.println(firstName + ": " + lastNames);
     * }
     * }</pre>
     *
     * ... produces output such as:
     *
     * <pre>{@code
     * Zachary: [Taylor]
     * John: [Adams, Adams, Tyler, Kennedy]  // Remember, Quincy!
     * George: [Washington, Bush, Bush]
     * Grover: [Cleveland, Cleveland]        // Two, non-consecutive terms, rep'ing NJ!
     * ...
     * }</pre>
     *
    Registered: 2024-06-12 16:38
    - Last Modified: 2023-06-17 14:40
    - 15.1K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    http://lists.codehaus.org/mailman/listinfo/plexus-dev http://lists.codehaus.org/mailman/listinfo/plexus-dev http://lists.codehaus.org/pipermail/plexus-dev/ jvanzyl Jason van Zyl ******@****.*** Zenplex Developer Release Manager kaz Pete Kazmier Developer jtaylor James Taylor ******@****.*** Developer dandiep Dan Diephouse ******@****.*** Envoi solutions Developer kasper Kasper Nielsen ******@****.*** Developer bwalding Ben Walding ******@****.*** Walding Consulting Services Developer mhw Mark Wilkinson...
    Registered: 2024-06-12 09:55
    - Last Modified: 2022-10-02 08:41
    - 160K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/plugins/form-validator/lang/es.js

    ",lengthBadEnd:" caracteres",lengthTooLongStart:"Su respuesta debe de ser menor a ",lengthTooShortStart:"Su respuesta debe de ser mayor a ",notConfirmed:"Los valores proporcionados no pudieron ser confirmados",badDomain:"Ha introducido un dominio incorrecto",badUrl:"La URL proporcionada no es válida",badCustomVal:"Los valores proporcionados no son válidos",andSpaces:" y espacios ",badInt:"El valor proporcionado no es un número válido",badSecurityNumber:"El número de seguridad social proporcionado es incorrecto...
    Registered: 2024-06-12 13:08
    - Last Modified: 2018-01-01 05:12
    - 3K bytes
    - Viewed (0)
  10. RELEASE.md

    srinivasan.narayanamoorthy, Steve Lang, Steve Nesae, Subin, Sumesh Udayakumaran,
    Sungmann Cho, sunway513, Supriya Rao, sxwang, Tae-Hwan Jung, Taehoon Lee, Takeo
    Sawada, Taylor Jakobson, Taylor Thornton, Ted Chang, TengLu, terryky,
    ThisIsIsaac, ThisIsPIRI, Thomas Deegan, Thomas Hagebols, tianyapiaozi, Till
    Hoffmann, Tim Zaman, tomguluson92, Tongxuan Liu, Trent Lo, Trevor Morris,
    Registered: 2024-06-16 05:45
    - Last Modified: 2024-06-11 23:24
    - 730.3K bytes
    - Viewed (0)
Back to top