Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go_spec.html

    _ = complex(1, 2<<s)               // illegal: 2 assumes floating-point type, cannot shift
    var rl = real(c64)                 // float32
    var im = imag(a)                   // float64
    const c = imag(b)                  // untyped constant -1.4
    _ = imag(3 << s)                   // illegal: 3 assumes complex type, cannot shift
    </pre>
    
    <p>
    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