Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _Complex (0.14 sec)

  1. doc/go1.17_spec.html

    const Σ = 1 - 0.707i       //            (untyped complex constant)
    const Δ = Σ + 2.0e-4       //            (untyped complex constant)
    const Φ = iota*1i - 1/1i   //            (untyped complex constant)
    </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>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top