UNPKG

@stdlib/esm

Version:

ES module distribution for Stdlib, a standard library for JavaScript and Node.js.

3 lines 329 B
// This file is a part of stdlib. License is Apache-2.0: http://www.apache.org/licenses/LICENSE-2.0 import t from"./to-word.js";import o from"./../../../constants/math/float32-exponent-bias.js";var r=t,a=o,n=2139095040;function e(t){var o=r(t);return(o=(o&n)>>>23)-a}var f=e;export default f; //# sourceMappingURL=exponent.js.map