From d18e032ecd44a24a538771a2c450c3bb681e806d Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 23 Sep 2023 03:47:06 +0000 Subject: [PATCH] Release v0.1.0 --- .editorconfig | 5 ++++ .github/.keepalive | 1 - .github/workflows/productionize.yml | 15 ------------ CITATION.cff | 30 ++++++++++++++++++++++++ README.md | 15 ++++++++++-- dist/index.d.ts | 3 +++ dist/index.js | 11 +++++++++ dist/index.js.map | 7 ++++++ docs/types/index.d.ts | 2 +- package.json | 36 ++++++++++++++--------------- 10 files changed, 88 insertions(+), 37 deletions(-) delete mode 100644 .github/.keepalive create mode 100644 CITATION.cff create mode 100644 dist/index.d.ts create mode 100644 dist/index.js create mode 100644 dist/index.js.map diff --git a/.editorconfig b/.editorconfig index 0fd4d6c..13e9c39 100644 --- a/.editorconfig +++ b/.editorconfig @@ -179,3 +179,8 @@ indent_size = 2 [*.gypi] indent_style = space indent_size = 2 + +# Set properties for citation files: +[*.{cff,cff.txt}] +indent_style = space +indent_size = 2 diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index b246a1d..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-08-01T03:19:38.096Z diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml index 334eb59..91f2b93 100644 --- a/.github/workflows/productionize.yml +++ b/.github/workflows/productionize.yml @@ -82,21 +82,6 @@ jobs: id: transform-error-messages uses: stdlib-js/transform-errors-action@main - # Format error messages: - - name: 'Replace double quotes with single quotes in rewritten format string error messages' - run: | - find . -name "*.js" -exec sed -E -i "s/Error\( format\( \"([a-zA-Z0-9]+)\"/Error\( format\( '\1'/g" {} \; - - # Format string literal error messages: - - name: 'Replace double quotes with single quotes in rewritten string literal error messages' - run: | - find . -name "*.js" -exec sed -E -i "s/Error\( format\(\"([a-zA-Z0-9]+)\"\)/Error\( format\( '\1' \)/g" {} \; - - # Format code: - - name: 'Replace double quotes with single quotes in inserted `require` calls' - run: | - find . -name "*.js" -exec sed -E -i "s/require\( ?\"@stdlib\/error-tools-fmtprodmsg\" ?\);/require\( '@stdlib\/error-tools-fmtprodmsg' \);/g" {} \; - # Change `@stdlib/string-format` to `@stdlib/error-tools-fmtprodmsg` in package.json if the former is a dependency, otherwise insert it as a dependency: - name: 'Update dependencies in package.json' run: | diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..2ec6fff --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,30 @@ +cff-version: 1.2.0 +title: stdlib +message: >- + If you use this software, please cite it using the + metadata from this file. + +type: software + +authors: + - name: The Stdlib Authors + url: https://github.com/stdlib-js/stdlib/graphs/contributors + +repository-code: https://github.com/stdlib-js/stdlib +url: https://stdlib.io + +abstract: | + Standard library for JavaScript and Node.js. + +keywords: + - JavaScript + - Node.js + - TypeScript + - standard library + - scientific computing + - numerical computing + - statistical computing + +license: Apache-2.0 AND BSL-1.0 + +date-released: 2016 diff --git a/README.md b/README.md index 955ee69..13efb91 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ limitations under the License. --> + +
+ + About stdlib... + +

We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.

+

The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.

+

When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.

+

To join us in bringing numerical computing to the web, get started by checking us out on GitHub, and please consider financially supporting stdlib. We greatly appreciate your continued support!

+
+ # ln [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] @@ -241,8 +252,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-ln.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-ln -[test-image]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml/badge.svg?branch=v0.1.0 +[test-url]: https://github.com/stdlib-js/math-base-special-ln/actions/workflows/test.yml?query=branch:v0.1.0 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-ln/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-ln?branch=main diff --git a/dist/index.d.ts b/dist/index.d.ts new file mode 100644 index 0000000..f754ea3 --- /dev/null +++ b/dist/index.d.ts @@ -0,0 +1,3 @@ +/// +import ln from '../docs/types/index'; +export = ln; \ No newline at end of file diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000..2060a89 --- /dev/null +++ b/dist/index.js @@ -0,0 +1,11 @@ +"use strict";var I=function(r,i){return function(){return i||r((i={exports:{}}).exports,i),i.exports}};var p=I(function(k,q){ +function O(r){return r===0?.3999999999940942:.3999999999940942+r*(.22222198432149784+r*.15313837699209373)}q.exports=O +});var A=I(function(m,c){ +function h(r){return r===0?.6666666666666735:.6666666666666735+r*(.2857142874366239+r*(.1818357216161805+r*.14798198605116586))}c.exports=h +});var M=I(function(w,L){ +var E=require('@stdlib/number-float64-base-get-high-word/dist'),y=require('@stdlib/number-float64-base-set-high-word/dist'),P=require('@stdlib/math-base-assert-is-nan/dist'),R=require('@stdlib/constants-float64-exponent-bias/dist'),S=require('@stdlib/constants-float64-ninf/dist'),X=p(),g=A(),_=.6931471803691238,o=19082149292705877e-26,D=0x40000000000000,W=.3333333333333333,G=1048575,d=2146435072,B=1048576,F=1072693248;function T(r){var i,t,H,N,a,v,e,f,l,u,n,s;return r===0?S:P(r)||r<0?NaN:(t=E(r),a=0,t=d?r+r:(a+=(t>>20)-R|0,t&=G,f=t+614244&1048576|0,r=y(r,t|f^F),a+=f>>20|0,e=r-1,(G&2+t)<3?e===0?a===0?0:a*_+a*o:(v=e*e*(.5-W*e),a===0?e-v:a*_-(v-a*o-e)):(u=e/(2+e),s=u*u,f=t-398458|0,n=s*s,l=440401-t|0,N=n*X(n),H=s*g(n),f|=l,v=H+N,f>0?(i=.5*e*e,a===0?e-(i-u*(i+v)):a*_-(i-(u*(i+v)+a*o)-e)):a===0?e-u*(e-v):a*_-(u*(e-v)-a*o-e))))}L.exports=T +});var b=M();module.exports=b; +/** @license Apache-2.0 */ +/** @license Apache-2.0 */ +/** @license Apache-2.0 */ +//# sourceMappingURL=index.js.map diff --git a/dist/index.js.map b/dist/index.js.map new file mode 100644 index 0000000..4e30dca --- /dev/null +++ b/dist/index.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["../lib/polyval_p.js", "../lib/polyval_q.js", "../lib/main.js", "../lib/index.js"], + "sourcesContent": ["/**\n* @license Apache-2.0\n*\n* Copyright (c) 2022 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n/* This is a generated file. Do not edit directly. */\n'use strict';\n\n// MAIN //\n\n/**\n* Evaluates a polynomial.\n*\n* ## Notes\n*\n* - The implementation uses [Horner's rule][horners-method] for efficient computation.\n*\n* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method\n*\n* @private\n* @param {number} x - value at which to evaluate the polynomial\n* @returns {number} evaluated polynomial\n*/\nfunction evalpoly( x ) {\n\tif ( x === 0.0 ) {\n\t\treturn 0.3999999999940942;\n\t}\n\treturn 0.3999999999940942 + (x * (0.22222198432149784 + (x * 0.15313837699209373))); // eslint-disable-line max-len\n}\n\n\n// EXPORTS //\n\nmodule.exports = evalpoly;\n", "/**\n* @license Apache-2.0\n*\n* Copyright (c) 2022 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n/* This is a generated file. Do not edit directly. */\n'use strict';\n\n// MAIN //\n\n/**\n* Evaluates a polynomial.\n*\n* ## Notes\n*\n* - The implementation uses [Horner's rule][horners-method] for efficient computation.\n*\n* [horners-method]: https://en.wikipedia.org/wiki/Horner%27s_method\n*\n* @private\n* @param {number} x - value at which to evaluate the polynomial\n* @returns {number} evaluated polynomial\n*/\nfunction evalpoly( x ) {\n\tif ( x === 0.0 ) {\n\t\treturn 0.6666666666666735;\n\t}\n\treturn 0.6666666666666735 + (x * (0.2857142874366239 + (x * (0.1818357216161805 + (x * 0.14798198605116586))))); // eslint-disable-line max-len\n}\n\n\n// EXPORTS //\n\nmodule.exports = evalpoly;\n", "/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*\n*\n* ## Notice\n*\n* The following copyright and license were part of the original implementation available as part of [FreeBSD]{@link https://svnweb.freebsd.org/base/release/9.3.0/lib/msun/src/e_log.c}. The implementation follows the original, but has been modified for JavaScript.\n*\n* ```text\n* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.\n*\n* Developed at SunPro, a Sun Microsystems, Inc. business.\n* Permission to use, copy, modify, and distribute this\n* software is freely granted, provided that this notice\n* is preserved.\n* ```\n*/\n\n'use strict';\n\n// MODULES //\n\nvar getHighWord = require( '@stdlib/number-float64-base-get-high-word' );\nvar setHighWord = require( '@stdlib/number-float64-base-set-high-word' );\nvar isnan = require( '@stdlib/math-base-assert-is-nan' );\nvar BIAS = require( '@stdlib/constants-float64-exponent-bias' );\nvar NINF = require( '@stdlib/constants-float64-ninf' );\nvar polyvalP = require( './polyval_p.js' );\nvar polyvalQ = require( './polyval_q.js' );\n\n\n// VARIABLES //\n\nvar LN2_HI = 6.93147180369123816490e-01; // 3FE62E42 FEE00000\nvar LN2_LO = 1.90821492927058770002e-10; // 3DEA39EF 35793C76\nvar TWO54 = 1.80143985094819840000e+16; // 0x43500000, 0x00000000\nvar ONE_THIRD = 0.33333333333333333;\n\n// 0x000fffff = 1048575 => 0 00000000000 11111111111111111111\nvar HIGH_SIGNIFICAND_MASK = 0x000fffff|0; // asm type annotation\n\n// 0x7ff00000 = 2146435072 => 0 11111111111 00000000000000000000 => biased exponent: 2047 = 1023+1023 => 2^1023\nvar HIGH_MAX_NORMAL_EXP = 0x7ff00000|0; // asm type annotation\n\n// 0x00100000 = 1048576 => 0 00000000001 00000000000000000000 => biased exponent: 1 = -1022+1023 => 2^-1022\nvar HIGH_MIN_NORMAL_EXP = 0x00100000|0; // asm type annotation\n\n// 0x3ff00000 = 1072693248 => 0 01111111111 00000000000000000000 => biased exponent: 1023 = 0+1023 => 2^0 = 1\nvar HIGH_BIASED_EXP_0 = 0x3ff00000|0; // asm type annotation\n\n\n// MAIN //\n\n/**\n* Evaluates the natural logarithm of a double-precision floating-point number.\n*\n* @param {NonNegativeNumber} x - input value\n* @returns {number} function value\n*\n* @example\n* var v = ln( 4.0 );\n* // returns ~1.386\n*\n* @example\n* var v = ln( 0.0 );\n* // returns -Infinity\n*\n* @example\n* var v = ln( Infinity );\n* // returns Infinity\n*\n* @example\n* var v = ln( NaN );\n* // returns NaN\n*\n* @example\n* var v = ln( -4.0 );\n* // returns NaN\n*/\nfunction ln( x ) {\n\tvar hfsq;\n\tvar hx;\n\tvar t2;\n\tvar t1;\n\tvar k;\n\tvar R;\n\tvar f;\n\tvar i;\n\tvar j;\n\tvar s;\n\tvar w;\n\tvar z;\n\n\tif ( x === 0.0 ) {\n\t\treturn NINF;\n\t}\n\tif ( isnan( x ) || x < 0.0 ) {\n\t\treturn NaN;\n\t}\n\thx = getHighWord( x );\n\tk = 0|0; // asm type annotation\n\tif ( hx < HIGH_MIN_NORMAL_EXP ) {\n\t\t// Case: 0 < x < 2**-1022\n\t\tk -= 54|0; // asm type annotation\n\n\t\t// Subnormal number, scale up `x`:\n\t\tx *= TWO54;\n\t\thx = getHighWord( x );\n\t}\n\tif ( hx >= HIGH_MAX_NORMAL_EXP ) {\n\t\treturn x + x;\n\t}\n\tk += ( ( hx>>20 ) - BIAS )|0; // asm type annotation\n\thx &= HIGH_SIGNIFICAND_MASK;\n\ti = ( (hx+0x95f64) & 0x100000 )|0; // asm type annotation\n\n\t// Normalize `x` or `x/2`...\n\tx = setHighWord( x, hx|(i^HIGH_BIASED_EXP_0) );\n\tk += ( i>>20 )|0; // asm type annotation\n\tf = x - 1.0;\n\tif ( (HIGH_SIGNIFICAND_MASK&(2+hx)) < 3 ) {\n\t\t// Case: -2**-20 <= f < 2**-20\n\t\tif ( f === 0.0 ) {\n\t\t\tif ( k === 0 ) {\n\t\t\t\treturn 0.0;\n\t\t\t}\n\t\t\treturn (k * LN2_HI) + (k * LN2_LO);\n\t\t}\n\t\tR = f * f * ( 0.5 - (ONE_THIRD*f) );\n\t\tif ( k === 0 ) {\n\t\t\treturn f - R;\n\t\t}\n\t\treturn (k * LN2_HI) - ( (R-(k*LN2_LO)) - f );\n\t}\n\ts = f / (2.0 + f);\n\tz = s * s;\n\ti = ( hx - 0x6147a )|0; // asm type annotation\n\tw = z * z;\n\tj = ( 0x6b851 - hx )|0; // asm type annotation\n\tt1 = w * polyvalP( w );\n\tt2 = z * polyvalQ( w );\n\ti |= j;\n\tR = t2 + t1;\n\tif ( i > 0 ) {\n\t\thfsq = 0.5 * f * f;\n\t\tif ( k === 0 ) {\n\t\t\treturn f - ( hfsq - (s * (hfsq+R)) );\n\t\t}\n\t\treturn (k * LN2_HI) - ( hfsq - ((s*(hfsq+R))+(k*LN2_LO)) - f );\n\t}\n\tif ( k === 0 ) {\n\t\treturn f - (s*(f-R));\n\t}\n\treturn (k * LN2_HI) - ( ( (s*(f-R)) - (k*LN2_LO) ) - f );\n}\n\n\n// EXPORTS //\n\nmodule.exports = ln;\n", "/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n/**\n* Evaluate the natural logarithm of a double-precision floating-point number.\n*\n* @module @stdlib/math-base-special-ln\n*\n* @example\n* var ln = require( '@stdlib/math-base-special-ln' );\n*\n* var v = ln( 4.0 );\n* // returns ~1.386\n*\n* v = ln( 0.0 );\n* // returns -Infinity\n*\n* v = ln( Infinity );\n* // returns Infinity\n*\n* v = ln( NaN );\n* // returns NaN\n*\n* v = ln( -4.0 );\n* // returns NaN\n*/\n\n// MODULES //\n\nvar main = require( './main.js' );\n\n\n// EXPORTS //\n\nmodule.exports = main;\n"], + "mappings": "uGAAA,IAAAA,EAAAC,EAAA,SAAAC,EAAAC,EAAA,cAoCA,SAASC,EAAUC,EAAI,CACtB,OAAKA,IAAM,EACH,kBAED,kBAAsBA,GAAK,mBAAuBA,EAAI,mBAC9D,CAKAF,EAAO,QAAUC,IC9CjB,IAAAE,EAAAC,EAAA,SAAAC,EAAAC,EAAA,cAoCA,SAASC,EAAUC,EAAI,CACtB,OAAKA,IAAM,EACH,kBAED,kBAAsBA,GAAK,kBAAsBA,GAAK,kBAAsBA,EAAI,oBACxF,CAKAF,EAAO,QAAUC,IC9CjB,IAAAE,EAAAC,EAAA,SAAAC,EAAAC,EAAA,cAoCA,IAAIC,EAAc,QAAS,2CAA4C,EACnEC,EAAc,QAAS,2CAA4C,EACnEC,EAAQ,QAAS,iCAAkC,EACnDC,EAAO,QAAS,yCAA0C,EAC1DC,EAAO,QAAS,gCAAiC,EACjDC,EAAW,IACXC,EAAW,IAKXC,EAAS,kBACTC,EAAS,sBACTC,EAAQ,iBACRC,EAAY,kBAGZC,EAAwB,QAGxBC,EAAsB,WAGtBC,EAAsB,QAGtBC,EAAoB,WA+BxB,SAASC,EAAIC,EAAI,CAChB,IAAIC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EAEJ,OAAKZ,IAAM,EACHZ,EAEHF,EAAOc,CAAE,GAAKA,EAAI,EACf,KAERE,EAAKlB,EAAagB,CAAE,EACpBK,EAAI,EACCH,EAAKL,IAETQ,GAAK,GAGLL,GAAKP,EACLS,EAAKlB,EAAagB,CAAE,GAEhBE,GAAMN,EACHI,EAAIA,GAEZK,IAASH,GAAI,IAAOf,EAAO,EAC3Be,GAAMP,EACNa,EAAON,EAAG,OAAW,QAAW,EAGhCF,EAAIf,EAAae,EAAGE,EAAIM,EAAEV,CAAmB,EAC7CO,GAAOG,GAAG,GAAK,EACfD,EAAIP,EAAI,GACFL,EAAuB,EAAEO,GAAO,EAEhCK,IAAM,EACLF,IAAM,EACH,EAEAA,EAAId,EAAWc,EAAIb,GAE5Bc,EAAIC,EAAIA,GAAM,GAAOb,EAAUa,GAC1BF,IAAM,EACHE,EAAID,EAEJD,EAAId,GAAae,EAAGD,EAAEb,EAAWe,KAE1CG,EAAIH,GAAK,EAAMA,GACfK,EAAIF,EAAIA,EACRF,EAAMN,EAAK,OAAU,EACrBS,EAAIC,EAAIA,EACRH,EAAM,OAAUP,EAAK,EACrBE,EAAKO,EAAItB,EAAUsB,CAAE,EACrBR,EAAKS,EAAItB,EAAUqB,CAAE,EACrBH,GAAKC,EACLH,EAAIH,EAAKC,EACJI,EAAI,GACRP,EAAO,GAAMM,EAAIA,EACZF,IAAM,EACHE,GAAMN,EAAQS,GAAKT,EAAKK,IAExBD,EAAId,GAAYU,GAASS,GAAGT,EAAKK,GAAKD,EAAEb,GAAWe,IAEvDF,IAAM,EACHE,EAAKG,GAAGH,EAAED,GAEVD,EAAId,GAAemB,GAAGH,EAAED,GAAOD,EAAEb,EAAYe,KACtD,CAKAxB,EAAO,QAAUgB,IC/HjB,IAAIc,EAAO,IAKX,OAAO,QAAUA", + "names": ["require_polyval_p", "__commonJSMin", "exports", "module", "evalpoly", "x", "require_polyval_q", "__commonJSMin", "exports", "module", "evalpoly", "x", "require_main", "__commonJSMin", "exports", "module", "getHighWord", "setHighWord", "isnan", "BIAS", "NINF", "polyvalP", "polyvalQ", "LN2_HI", "LN2_LO", "TWO54", "ONE_THIRD", "HIGH_SIGNIFICAND_MASK", "HIGH_MAX_NORMAL_EXP", "HIGH_MIN_NORMAL_EXP", "HIGH_BIASED_EXP_0", "ln", "x", "hfsq", "hx", "t2", "t1", "k", "R", "f", "i", "j", "s", "w", "z", "main"] +} diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 283afc6..3c9f5c3 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// TypeScript Version: 2.0 +// TypeScript Version: 4.1 /** * Evaluates the natural logarithm of a double-precision floating-point number. diff --git a/package.json b/package.json index f653106..1fed514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/math-base-special-ln", - "version": "0.0.6", + "version": "0.1.0", "description": "Evaluate the natural logarithm of a double-precision floating-point number.", "license": "Apache-2.0", "author": { @@ -40,30 +40,30 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/constants-float64-exponent-bias": "^0.0.8", - "@stdlib/constants-float64-ninf": "^0.0.8", - "@stdlib/math-base-assert-is-nan": "^0.0.8", - "@stdlib/math-base-napi-unary": "^0.0.9", - "@stdlib/number-float64-base-get-high-word": "^0.0.6", - "@stdlib/number-float64-base-set-high-word": "^0.0.6", - "@stdlib/utils-library-manifest": "^0.0.8" + "@stdlib/constants-float64-exponent-bias": "^0.1.0", + "@stdlib/constants-float64-ninf": "^0.1.0", + "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/math-base-napi-unary": "^0.1.0", + "@stdlib/number-float64-base-get-high-word": "^0.1.0", + "@stdlib/number-float64-base-set-high-word": "^0.1.0", + "@stdlib/utils-library-manifest": "^0.1.0" }, "devDependencies": { - "@stdlib/bench": "^0.0.12", - "@stdlib/constants-float64-eps": "^0.0.8", - "@stdlib/constants-float64-pinf": "^0.0.8", - "@stdlib/fs-read-file": "^0.0.8", - "@stdlib/fs-write-file": "^0.0.8", + "@stdlib/bench": "^0.1.0", + "@stdlib/constants-float64-eps": "^0.1.0", + "@stdlib/constants-float64-pinf": "^0.1.0", + "@stdlib/fs-read-file": "^0.1.0", + "@stdlib/fs-write-file": "^0.1.0", "@stdlib/math-base-special-abs": "^0.0.6", - "@stdlib/math-base-special-round": "^0.0.7", + "@stdlib/math-base-special-round": "^0.1.0", "@stdlib/math-base-tools-evalpoly-compile": "^0.0.8", "@stdlib/math-base-tools-evalpoly-compile-c": "^0.0.1", "@stdlib/random-base-randu": "^0.0.8", - "@stdlib/string-format": "^0.0.3", + "@stdlib/string-format": "^0.1.0", "@stdlib/string-substring-after": "^0.0.2", - "@stdlib/string-substring-before": "^0.0.2", - "@stdlib/time-current-year": "^0.0.2", - "@stdlib/utils-try-require": "^0.0.7", + "@stdlib/string-substring-before": "^0.1.0", + "@stdlib/time-current-year": "^0.1.0", + "@stdlib/utils-try-require": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git"