Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IC (0.04 sec)

  1. doc/go_spec.html

    </pre>
    
    <p>
    Applying the built-in function <code>complex</code> to untyped
    integer, rune, or floating-point constants yields
    an untyped complex constant.
    </p>
    
    <pre>
    const ic = complex(0, c)   // ic == 3.75i  (untyped complex constant)
    const iΘ = complex(0, Θ)   // iΘ == 1i     (type complex128)
    </pre>
    
    <p>
    Constant expressions are always evaluated exactly; intermediate values and the
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="50">
          <match value="BA" type="string" offset="0">
            <match value="BM" type="string" offset="14"/>
            <match value="CI" type="string" offset="14"/>
            <match value="IC" type="string" offset="14"/>
            <match value="CP" type="string" offset="14"/>
            <match value="PT" type="string" offset="14"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="image/bmp">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top