Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/types2/expr.go

    		goto Error
    
    	case *syntax.BasicLit:
    		if e.Bad {
    			goto Error // error reported during parsing
    		}
    		switch e.Kind {
    		case syntax.IntLit, syntax.FloatLit, syntax.ImagLit:
    			check.langCompat(e)
    			// The max. mantissa precision for untyped numeric values
    			// is 512 bits, or 4048 bits for each of the two integer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
Back to top