Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 53 (0.15 sec)

  1. docs/en/docs/release-notes.md

    * Add docs for using [WebSockets with **FastAPI**](https://fastapi.tiangolo.com/advanced/websockets/). PR [#62](https://github.com/tiangolo/fastapi/pull/62).
    
    ## 0.6.3
    
    * Add Favicons to docs. PR [#53](https://github.com/tiangolo/fastapi/pull/53).
    
    ## 0.6.2
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  2. doc/go_spec.html

    with <code>x / y</code> truncated towards zero
    (<a href="https://en.wikipedia.org/wiki/Modulo_operation">"truncated division"</a>).
    </p>
    
    <pre>
     x     y     x / y     x % y
     5     3       1         2
    -5     3      -1        -2
     5    -3      -1         2
    -5    -3       1        -2
    </pre>
    
    <p>
    The one exception to this rule is that if the dividend <code>x</code> is
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top