Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for SetPrec (0.61 sec)

  1. src/go/constant/value.go

    func (complexVal) implementsValue() {}
    
    func newInt() *big.Int     { return new(big.Int) }
    func newRat() *big.Rat     { return new(big.Rat) }
    func newFloat() *big.Float { return new(big.Float).SetPrec(prec) }
    
    func i64toi(x int64Val) intVal   { return intVal{newInt().SetInt64(int64(x))} }
    func i64tor(x int64Val) ratVal   { return ratVal{newRat().SetInt64(int64(x))} }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 34K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Float).SetInf", Method, 5},
    		{"(*Float).SetInt", Method, 5},
    		{"(*Float).SetInt64", Method, 5},
    		{"(*Float).SetMantExp", Method, 5},
    		{"(*Float).SetMode", Method, 5},
    		{"(*Float).SetPrec", Method, 5},
    		{"(*Float).SetRat", Method, 5},
    		{"(*Float).SetString", Method, 5},
    		{"(*Float).SetUint64", Method, 5},
    		{"(*Float).Sign", Method, 5},
    		{"(*Float).Signbit", Method, 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)
Back to top