time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

repl.txt (267B)


      1 
      2 {{alias}}
      3     Effective number of bits in the significand of a single-precision floating-
      4     point number.
      5 
      6     The effective number of bits is `23` significand bits plus `1` hidden bit.
      7 
      8     Examples
      9     --------
     10     > {{alias}}
     11     24
     12 
     13     See Also
     14     --------
     15