Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/reflect/type.go

    	// It panics if t's Kind is not Complex64 or Complex128.
    	OverflowComplex(x complex128) bool
    
    	// OverflowFloat reports whether the float64 x cannot be represented by type t.
    	// It panics if t's Kind is not Float32 or Float64.
    	OverflowFloat(x float64) bool
    
    	// OverflowInt reports whether the int64 x cannot be represented by type t.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top