Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MaxCase (0.17 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Accuracy", Type, 5},
    		{"AwayFromZero", Const, 5},
    		{"Below", Const, 5},
    		{"ErrNaN", Type, 5},
    		{"Exact", Const, 5},
    		{"Float", Type, 5},
    		{"Int", Type, 0},
    		{"Jacobi", Func, 5},
    		{"MaxBase", Const, 0},
    		{"MaxExp", Const, 5},
    		{"MaxPrec", Const, 5},
    		{"MinExp", Const, 5},
    		{"NewFloat", Func, 5},
    		{"NewInt", Func, 0},
    		{"NewRat", Func, 0},
    		{"ParseFloat", Func, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. src/math/big/int.go

    // (not just a prefix) must be valid for success. If SetString fails,
    // the value of z is undefined but the returned value is nil.
    //
    // The base argument must be 0 or a value between 2 and [MaxBase].
    // For base 0, the number prefix determines the actual base: A prefix of
    // “0b” or “0B” selects base 2, “0”, “0o” or “0O” selects base 8,
    // and “0x” or “0X” selects base 16. Otherwise, the selected base is 10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 33.1K bytes
    - Viewed (0)
Back to top