UNPKG

@stdlib/number-float32-base-from-word

Version:

Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

41 lines (40 loc) 631 B
{ "options": {}, "fields": [ { "field": "src", "resolve": true, "relative": true }, { "field": "include", "resolve": true, "relative": true }, { "field": "libraries", "resolve": false, "relative": false }, { "field": "libpath", "resolve": true, "relative": false } ], "confs": [ { "src": [ "./src/from_word.c" ], "include": [ "./include" ], "libraries": [], "libpath": [], "dependencies": [ "@stdlib/number-float32-base-to-word" ] } ] }