UNPKG

@stdlib/math-base-special-frexp

Version:

Split a double-precision floating-point number into a normalized fraction and an integer power of two.

91 lines (90 loc) 2.04 kB
{ "options": { "task": "build" }, "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": [ { "task": "build", "src": [ "./src/main.c" ], "include": [ "./include" ], "libraries": [], "libpath": [], "dependencies": [ "@stdlib/napi-argv", "@stdlib/napi-argv-double", "@stdlib/napi-argv-float64array", "@stdlib/napi-export", "@stdlib/math-base-assert-is-infinite", "@stdlib/math-base-assert-is-nan", "@stdlib/number-float64-base-normalize", "@stdlib/number-float64-base-exponent", "@stdlib/number-float64-base-from-words", "@stdlib/number-float64-base-to-words" ] }, { "task": "benchmark", "src": [ "./src/main.c" ], "include": [ "./include" ], "libraries": [], "libpath": [], "dependencies": [ "@stdlib/math-base-assert-is-infinite", "@stdlib/math-base-assert-is-nan", "@stdlib/number-float64-base-normalize", "@stdlib/number-float64-base-exponent", "@stdlib/number-float64-base-from-words", "@stdlib/number-float64-base-to-words" ] }, { "task": "examples", "src": [ "./src/main.c" ], "include": [ "./include" ], "libraries": [], "libpath": [], "dependencies": [ "@stdlib/math-base-assert-is-infinite", "@stdlib/math-base-assert-is-nan", "@stdlib/number-float64-base-normalize", "@stdlib/number-float64-base-exponent", "@stdlib/number-float64-base-from-words", "@stdlib/number-float64-base-to-words" ] } ] }