Skip to content

Commit 41eb39a

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents ed084b9 + ccea583 commit 41eb39a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/links/database.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8319,8 +8319,8 @@
83198319
"lint"
83208320
]
83218321
},
8322-
"https://github.com/kangax/compat-table/issues/392": {
8323-
"id": "@bug:kangax:compat-table:392",
8322+
"https://github.com/compat-table/compat-table/issues/392": {
8323+
"id": "@bug:compat-table:compat-table:392",
83248324
"description": "GitHub issue thread on the accuracy of Math.cbrt, Math.expm1, Math.log1p.",
83258325
"short_url": "",
83268326
"keywords": [

docs/misc/built_in_math_bugs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
- [V8 not IEEE 754-2008 compliant][@bug:v8:3089]
2929
- [Mozilla discussion on sine and cosine in V8][@bug:mozilla:967709]
3030
- [V8 replaced a lookup table by computing `Math.tan` as `Math.sin/Math.cos`][@bug:chromium:78263005]
31-
- [Browser math accuracy issues][@bug:kangax:compat-table:392]
31+
- [Browser math accuracy issues][@bug:compat-table:compat-table:392]
3232
- [Mozilla attempt to address precision in new Math functions][@bug:mozilla:933257]
3333
- [Mozilla's previous lack of tolerance tests for Math functions][@bug:mozilla:892671]
3434
- [Mozilla `Math.expm1` accuracy][@bug:mozilla:897634]
@@ -89,7 +89,7 @@ limitations under the License.
8989

9090
[@bug:chromium:78263005]: https://github.com/v8/v8/commit/33b5db090258c2a2dc825659c3ad109bd02110c1
9191

92-
[@bug:kangax:compat-table:392]: https://github.com/kangax/compat-table/issues/392
92+
[@bug:compat-table:compat-table:392]: https://github.com/compat-table/compat-table/issues/392
9393

9494
[@bug:mozilla:933257]: https://bugzilla.mozilla.org/show_bug.cgi?id=933257
9595

docs/references/bugs.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ @misc{bug:chromium:78263005
3838
year = {2013}
3939
}
4040

41-
@misc{bug:kangax:compat-table:392,
41+
@misc{bug:compat-table:compat-table:392,
4242
abstract = {Accuracy errors in the JavaScript standard Math library and associated shims.},
4343
keywords = {javascript, bug, math, standard, shims},
4444
title = {{Accuracy of Math.cbrt, Math.expm1, Math.log1p}},
45-
url = {https://github.com/kangax/compat-table/issues/392},
45+
url = {https://github.com/compat-table/compat-table/issues/392},
4646
year = {2015}
4747
}
4848

@@ -159,7 +159,7 @@ @misc{bug:mozilla:618251
159159
}
160160

161161
@misc{bug:paulmillr:es6-shim:334,
162-
abstract = {var isAsinhOK = Math.asinh(0.0002) >= 0.0001999999986666666 && Math.asinh(0.0002) <= 0.0001999999986666668; var isAtanhOK = Math.atanh(0.0002) >= 0.0002000000026666667 && Math.atanh(0.0002) <= 0.0002000000026666668; Both of these are true in shimmed Firefox 37 and Safari 8, both false in Chrome 41 and Chrome Canary 44. From kangax/compat-table#392 (comment)},
162+
abstract = {var isAsinhOK = Math.asinh(0.0002) >= 0.0001999999986666666 && Math.asinh(0.0002) <= 0.0001999999986666668; var isAtanhOK = Math.atanh(0.0002) >= 0.0002000000026666667 && Math.atanh(0.0002) <= 0.0002000000026666668; Both of these are true in shimmed Firefox 37 and Safari 8, both false in Chrome 41 and Chrome Canary 44. From compat-table/compat-table#392 (comment)},
163163
keywords = {math, shim, javascript, precision, chrome, v8},
164164
title = {{Chrome 41: `Math.asinh` and `Math.atanh` are imprecise}},
165165
url = {https://github.com/paulmillr/es6-shim/issues/334},

lib/node_modules/@stdlib/blas/base/wasm/sdsdot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ console.log( z );
309309

310310
[blas]: http://www.netlib.org/blas
311311

312-
[sdsdot]: https://www.netlib.org/lapack/explore-html-3.6.1/df/d28/group__single__blas__level1_gaddc89585ced76065053abffb322c5a22.html
312+
[sdsdot]: https://www.netlib.org/lapack/explore-html/d1/dcc/group__dot_ga5e09e98ca27006a197d7c5fa49a9da4b.html
313313

314314
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
315315

0 commit comments

Comments
 (0)