time-to-botec

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

repl.txt (290B)


      1 
      2 {{alias}}
      3     High word mask for the exponent of a double-precision floating-point number.
      4 
      5     Examples
      6     --------
      7     > {{alias}}
      8     2146435072
      9     > {{alias:@stdlib/number/uint32/base/to-binary-string}}( {{alias}} )
     10     '01111111111100000000000000000000'
     11 
     12     See Also
     13     --------
     14