Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. api/go1.22.txt

    pkg html/template, const ErrJSTemplate //deprecated #61619
    pkg io, method (*SectionReader) Outer() (ReaderAt, int64, int64) #61870
    pkg log/slog, func SetLogLoggerLevel(Level) Level #62418
    pkg math/big, method (*Rat) FloatPrec() (int, bool) #50489
    pkg math/rand/v2, func ExpFloat64() float64 #61716
    pkg math/rand/v2, func Float32() float32 #61716
    pkg math/rand/v2, func Float64() float64 #61716
    pkg math/rand/v2, func Int() int #61716
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jan 24 20:54:27 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  2. doc/go1.22.html

        </p>
      </dd>
    </dl>
    
    <dl id="math/big"><dt><a href="/pkg/math/big/">math/big</a></dt>
      <dd>
        <p><!-- https://go.dev/issue/50489, CL 539299 -->
          The new method <a href="/pkg/math/big#Rat.FloatPrec"><code>Rat.FloatPrec</code></a> computes the number of fractional decimal digits
          required to represent a rational number accurately as a floating-point number, and whether accurate decimal representation
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top