Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,827 for pref (0.04 sec)

  1. src/math/big/sqrt_test.go

    		{"9p-4096", "3p-2048"},
    	} {
    		for _, prec := range []uint{24, 53, 64, 65, 100, 128, 129, 200, 256, 400, 600, 800, 1000} {
    			x := new(Float).SetPrec(prec)
    			x.Parse(test.x, 10)
    
    			got := new(Float).SetPrec(prec).Sqrt(x)
    			want := new(Float).SetPrec(prec)
    			want.Parse(test.want, 10)
    			if got.Cmp(want) != 0 {
    				t.Errorf("prec = %d, Sqrt(%v) =\ngot  %g;\nwant %g",
    					prec, test.x, got, want)
    			}
    
    			// Square test.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 12:54:00 UTC 2019
    - 4.8K bytes
    - Viewed (0)
  2. docs/em/docs/how-to/graphql.md

    ## 🕹 🗃
    
    📥 **🕹** 🗃 👈 ✔️ **🔫** 🐕‍🦺. 👆 💪 ⚙️ 👫 ⏮️ **FastAPI**:
    
    * <a href="https://strawberry.rocks/" class="external-link" target="_blank">🍓</a> 👶
        * ⏮️ <a href="https://strawberry.rocks/docs/integrations/fastapi" class="external-link" target="_blank">🩺 FastAPI</a>
    * <a href="https://ariadnegraphql.org/" class="external-link" target="_blank">👸</a>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Aug 19 19:54:04 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/HttpHeaders.java

     *
     * <ul>
     *   <li><a href="http://www.ietf.org/rfc/rfc2109.txt">RFC 2109</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc2183.txt">RFC 2183</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc2965.txt">RFC 2965</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc5988.txt">RFC 5988</a>
     * </ul>
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/main/resources/footer.html

                        <li itemprop="name"><a href="/release-notes.html" itemprop="url">Release Notes</a></li>
                        <li itemprop="name"><a href="/dsl/" itemprop="url">Groovy DSL</a></li>
                        <li itemprop="name"><a href="/kotlin-dsl/" itemprop="url">Kotlin DSL</a></li>
                        <li itemprop="name"><a href="/javadoc/" itemprop="url">Javadoc</a></li>
                    </ul>
                </div>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. platforms/software/resources-http/src/test/resources/org/gradle/internal/resource/transport/http/mavencentral_dirlisting.html

    <h1>Index of /maven2/junit/junit/</h1>
    <hr><pre><a href="../">../</a>
        <a href="3.7/">3.7/</a>                                               07-Dec-2010 15:34                   -
        <a href="3.8/">3.8/</a>                                               07-Dec-2010 15:34                   -
        <a href="3.8.1/">3.8.1/</a>                                             07-Dec-2010 15:34                   -
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. docs/de/docs/how-to/graphql.md

    * <a href="https://strawberry.rocks/" class="external-link" target="_blank">Strawberry</a> 🍓
        * Mit <a href="https://strawberry.rocks/docs/integrations/fastapi" class="external-link" target="_blank">Dokumentation fĂźr FastAPI</a>
    * <a href="https://ariadnegraphql.org/" class="external-link" target="_blank">Ariadne</a>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:18:31 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  7. docs/ru/docs/index.md

    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  8. docs/az/docs/index.md

    ---
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest_pred_impl.h

    // Helper function for implementing {EXPECT|ASSERT}_PRED1.  Don't use
    // this in your code.
    template <typename Pred,
              typename T1>
    AssertionResult AssertPred1Helper(const char* pred_text,
                                      const char* e1,
                                      Pred pred,
                                      const T1& v1) {
      if (pred(v1)) return AssertionSuccess();
    
      return AssertionFailure() << pred_text << "("
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  10. guava/src/com/google/common/net/HttpHeaders.java

     *
     * <ul>
     *   <li><a href="http://www.ietf.org/rfc/rfc2109.txt">RFC 2109</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc2183.txt">RFC 2183</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc2965.txt">RFC 2965</a>
     *   <li><a href="http://www.ietf.org/rfc/rfc5988.txt">RFC 5988</a>
     * </ul>
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
Back to top