Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iShift (0.13 sec)

  1. doc/go1.17_spec.html

    var u1 = 1.0<<s != 0           // illegal: 1.0 has type float64, cannot shift
    var u2 = 1<<s != 1.0           // illegal: 1 has type float64, cannot shift
    var v float32 = 1<<s           // illegal: 1 has type float32, cannot shift
    var w int64 = 1.0<<33          // 1.0<<33 is a constant shift expression; w == 1<<33
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top