Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. ChangeLog.md

    ### Tools. Incremental Compile
    
    - [`KT-58289`](https://youtrack.jetbrains.com/issue/KT-58289) IC fails to detect a change to class annotations
    - [`KT-58986`](https://youtrack.jetbrains.com/issue/KT-58986) New IC: ISE "The following LookupSymbols are not yet converted to ProgramSymbols: LookupSymbol(name=$$delegatedProperties, ...)"
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  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