Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go1.17_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
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. 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
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top