Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Inf (0.29 sec)

  1. src/archive/zip/reader_test.go

    		"PK\x01\x02\x14\x00\x14\x00\b\b\b\x004\x9d3?\xe6\x98Ьo\x01\x00\x00\x84\x02\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfcH\x02\x00META-INF/CERT.SF",
    		"PK\x01\x02\x14\x00\x14\x00\b\b\b\x004\x9d3?\xbfP\x96b\x86\x04\x00\x00\xb2\x06\x00\x00\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa9J\x02\x00META-INF/CERT.RSA",
    	}
    	for i, s := range dirEnts {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    1.1                 int         1.1 is not an integer value
    42i                 float32     (0 + 42i) is not in the set of float32 values
    1e1000              float64     1e1000 overflows to IEEE +Inf after rounding
    </pre>
    
    
    <h2 id="Blocks">Blocks</h2>
    
    <p>
    A <i>block</i> is a possibly empty sequence of declarations and statements
    within matching brace brackets.
    </p>
    
    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)
  3. doc/go_spec.html

    <pre>
       x        y    min(x, y)    max(x, y)
    
      -0.0    0.0         -0.0          0.0    // negative zero is smaller than (non-negative) zero
      -Inf      y         -Inf            y    // negative infinity is smaller than any other number
      +Inf      y            y         +Inf    // positive infinity is larger than any other number
       NaN      y          NaN          NaN    // if any argument is a NaN, the result is a NaN
    </pre>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg math, func Floor(float64) float64
    pkg math, func Frexp(float64) (float64, int)
    pkg math, func Gamma(float64) float64
    pkg math, func Hypot(float64, float64) float64
    pkg math, func Ilogb(float64) int
    pkg math, func Inf(int) float64
    pkg math, func IsInf(float64, int) bool
    pkg math, func IsNaN(float64) bool
    pkg math, func J0(float64) float64
    pkg math, func J1(float64) float64
    pkg math, func Jn(int, float64) float64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  5. api/go1.1.txt

    pkg syscall (netbsd-386), const ENOTSOCK = 38
    pkg syscall (netbsd-386), const ENOTSUP = 86
    pkg syscall (netbsd-386), const ENOTTY = 25
    pkg syscall (netbsd-386), const ENXIO = 6
    pkg syscall (netbsd-386), const EN_SW_CTL_INF = 4096
    pkg syscall (netbsd-386), const EN_SW_CTL_PREC = 768
    pkg syscall (netbsd-386), const EN_SW_CTL_ROUND = 3072
    pkg syscall (netbsd-386), const EN_SW_DATACHAIN = 128
    pkg syscall (netbsd-386), const EN_SW_DENORM = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (netbsd-386), const ENODATA Errno
    pkg syscall (netbsd-386), const ENOLINK Errno
    pkg syscall (netbsd-386), const ENOSR Errno
    pkg syscall (netbsd-386), const ENOSTR Errno
    pkg syscall (netbsd-386), const EN_SW_CTL_INF ideal-int
    pkg syscall (netbsd-386), const EN_SW_CTL_PREC ideal-int
    pkg syscall (netbsd-386), const EN_SW_CTL_ROUND ideal-int
    pkg syscall (netbsd-386), const EN_SW_DATACHAIN ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top