Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/reflect/type.go

    	// It panics if the type's Kind is not Func.
    	// It panics if i is not in the range [0, NumOut()).
    	Out(i int) Type
    
    	// OverflowComplex reports whether the complex128 x cannot be represented by type t.
    	// 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.
    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