Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ui2 (0.01 sec)

  1. src/internal/types/testdata/check/const0.go

    	ui13 = 1 % 0 /* ERROR "division by zero" */
    	ui14 = ui1 % 0 /* ERROR "division by zero" */
    	ui15 = ui3 % ui0 /* ERROR "division by zero" */
    
    	ui16 = ui2 & ui3
    	ui17 = ui2 | ui3
    	ui18 = ui2 ^ ui3
    	ui19 = 1 /* ERROR "invalid operation" */ % 1.0
    
    	// floating point values
    	uf0 = 0.
    	uf1 = 1.
    	uf2 = 4.2e1
    	uf3 = 3.141592653589793238462643383279502884197169399375105820974944592307816406286
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top