8000 Auto-generated commit · stdlib-js/constants-float64-eps@b0aeaab · GitHub
[go: up one dir, main page]

Skip to content

Commit b0aeaab

Browse files
committed
Auto-generated commit
1 parent be8e5ac commit b0aeaab

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
exit 0
111111
fi
112112
rm -rf ./bin/cli
113-
rm test/test.cli.js
114-
rm etc/cli_opts.json
115-
rm docs/usage.txt
113+
rm -f test/test.cli.js
114+
rm -f etc/cli_opts.json
115+
rm -f docs/usage.txt
116116
117117
# For all dependencies, check in all *.js files if they are still used; if not, remove them:
118118
jq -r '.dependencies | keys[]' ./package.json | while read -r dep; do
@@ -162,8 +162,8 @@ jobs:
162162
# Remove unnecessary files:
163163
- name: 'Remove unnecessary files'
164164
run: |
165-
rm docs/repl.txt
166-
rm docs/types/test.ts
165+
rm -f docs/repl.txt
166+
rm -f docs/types/test.ts
167167
168168
# Replace all stdlib GitHub dependencies with the respective npm packages:
169169
- name: 'Replace all stdlib GitHub dependencies with the respective npm packages'

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
2929
Shraddheya Shendre <shendreshraddheya@gmail.com>
3030
Stephannie Jiménez Gacha <steff456@hotmail.com>
3131
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
32+
orimiles5 <97595296+orimiles5@users.noreply.github.com>
3233
rei2hu <rei2hu@users.noreply.github.com>

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ limitations under the License.
3030

3131
<!-- <equation class="equation" label="eq:epsilon_float64" align="center" raw="\epsilon = b^{-(p-1)}" alt="Epsilon for a double-precision floating-point number."> -->
3232

33-
<div class="equation" align="center" data-raw-text="\epsilon = b^{-(p-1)}" data-equation="eq:epsilon_float64">
33+
```math
34+
\epsilon = b^{-(p-1)}
35+
```
36+
37+
<!-- <div class="equation" align="center" data-raw-text="\epsilon = b^{-(p-1)}" data-equation="eq:epsilon_float64">
3438
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@6e1cf583c4854b3d982f22f361f53a30c9f552dc/lib/node_modules/@stdlib/constants/float64/eps/docs/img/equation_epsilon_float64.svg" alt="Epsilon for a double-precision floating-point number.">
3539
<br>
36-
</div>
40+
</div> -->
3741

3842
<!-- </equation> -->
3943

@@ -242,7 +246,7 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
242246
-->
243247

244248
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
245-
[chat-url]: https://gitter.im/stdlib-js/stdlib/
249+
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
246250

247251
[stdlib]: https://github.com/stdlib-js/stdlib
248252

0 commit comments

Comments
 (0)
0