@stdlib/math-base-special-exp 0.0.2 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +54 -5
- package/lib/polyval_p.js +1 -1
- package/package.json +2 -2
- package/CHANGELOG.md +0 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# Natural Exponential Function
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> Natural [exponential function][exponential-function].
|
|
26
26
|
|
|
@@ -31,7 +31,7 @@ The natural [exponential function][exponential-function] is defined as
|
|
|
31
31
|
<!-- <equation class="equation" label="eq:natural_exponential_function" align="center" raw="y = e^x" alt="Natural exponential function definition"> -->
|
|
32
32
|
|
|
33
33
|
<div class="equation" align="center" data-raw-text="y = e^x" data-equation="eq:natural_exponential_function">
|
|
34
|
-
<img src="https://cdn.
|
|
34
|
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@bb29798906e119fcb2af99e94b60407a270c9b32/lib/node_modules/@stdlib/math/base/special/exp/docs/img/equation_natural_exponential_function.svg" alt="Natural exponential function definition">
|
|
35
35
|
<br>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
@@ -106,6 +106,25 @@ for ( i = 0; i < 100; i++ ) {
|
|
|
106
106
|
|
|
107
107
|
<!-- /.examples -->
|
|
108
108
|
|
|
109
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
110
|
+
|
|
111
|
+
<section class="related">
|
|
112
|
+
|
|
113
|
+
* * *
|
|
114
|
+
|
|
115
|
+
## See Also
|
|
116
|
+
|
|
117
|
+
- <span class="package-name">[`@stdlib/math/base/special/exp10`][@stdlib/math/base/special/exp10]</span><span class="delimiter">: </span><span class="description">base 10 exponential function.</span>
|
|
118
|
+
- <span class="package-name">[`@stdlib/math/base/special/exp2`][@stdlib/math/base/special/exp2]</span><span class="delimiter">: </span><span class="description">base 2 exponential function.</span>
|
|
119
|
+
- <span class="package-name">[`@stdlib/math/base/special/expm1`][@stdlib/math/base/special/expm1]</span><span class="delimiter">: </span><span class="description">compute exp(x) - 1.</span>
|
|
120
|
+
- <span class="package-name">[`@stdlib/math/base/special/ln`][@stdlib/math/base/special/ln]</span><span class="delimiter">: </span><span class="description">natural logarithm.</span>
|
|
121
|
+
|
|
122
|
+
</section>
|
|
123
|
+
|
|
124
|
+
<!-- /.related -->
|
|
125
|
+
|
|
126
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
127
|
+
|
|
109
128
|
|
|
110
129
|
<section class="main-repo" >
|
|
111
130
|
|
|
@@ -117,6 +136,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
|
|
|
117
136
|
|
|
118
137
|
For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].
|
|
119
138
|
|
|
139
|
+
#### Community
|
|
140
|
+
|
|
141
|
+
[![Chat][chat-image]][chat-url]
|
|
142
|
+
|
|
120
143
|
---
|
|
121
144
|
|
|
122
145
|
## License
|
|
@@ -126,7 +149,7 @@ See [LICENSE][stdlib-license].
|
|
|
126
149
|
|
|
127
150
|
## Copyright
|
|
128
151
|
|
|
129
|
-
Copyright © 2016-
|
|
152
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
130
153
|
|
|
131
154
|
</section>
|
|
132
155
|
|
|
@@ -145,9 +168,23 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
145
168
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-exp/main.svg
|
|
146
169
|
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-exp?branch=main
|
|
147
170
|
|
|
148
|
-
|
|
171
|
+
<!--
|
|
172
|
+
|
|
173
|
+
[dependencies-image]: https://img.shields.io/david/stdlib-js/math-base-special-exp.svg
|
|
149
174
|
[dependencies-url]: https://david-dm.org/stdlib-js/math-base-special-exp/main
|
|
150
175
|
|
|
176
|
+
-->
|
|
177
|
+
|
|
178
|
+
[umd]: https://github.com/umdjs/umd
|
|
179
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
180
|
+
|
|
181
|
+
[deno-url]: https://github.com/stdlib-js/math-base-special-exp/tree/deno
|
|
182
|
+
[umd-url]: https://github.com/stdlib-js/math-base-special-exp/tree/umd
|
|
183
|
+
[esm-url]: https://github.com/stdlib-js/math-base-special-exp/tree/esm
|
|
184
|
+
|
|
185
|
+
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
186
|
+
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
187
|
+
|
|
151
188
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
152
189
|
|
|
153
190
|
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
@@ -156,7 +193,19 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
156
193
|
|
|
157
194
|
[exponential-function]: https://en.wikipedia.org/wiki/Exponential_function
|
|
158
195
|
|
|
159
|
-
[@stdlib/constants/float64/e]: https://
|
|
196
|
+
[@stdlib/constants/float64/e]: https://www.npmjs.com/package/@stdlib/constants-float64-e
|
|
197
|
+
|
|
198
|
+
<!-- <related-links> -->
|
|
199
|
+
|
|
200
|
+
[@stdlib/math/base/special/exp10]: https://www.npmjs.com/package/@stdlib/math-base-special-exp10
|
|
201
|
+
|
|
202
|
+
[@stdlib/math/base/special/exp2]: https://www.npmjs.com/package/@stdlib/math-base-special-exp2
|
|
203
|
+
|
|
204
|
+
[@stdlib/math/base/special/expm1]: https://www.npmjs.com/package/@stdlib/math-base-special-expm1
|
|
205
|
+
|
|
206
|
+
[@stdlib/math/base/special/ln]: https://www.npmjs.com/package/@stdlib/math-base-special-ln
|
|
207
|
+
|
|
208
|
+
<!-- </related-links> -->
|
|
160
209
|
|
|
161
210
|
</section>
|
|
162
211
|
|
package/lib/polyval_p.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/math-base-special-exp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Natural exponential function.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"examples": "make examples",
|
|
30
30
|
"benchmark": "make benchmark"
|
|
31
31
|
},
|
|
32
|
-
"homepage": "https://
|
|
32
|
+
"homepage": "https://stdlib.io",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
35
|
"url": "git://github.com/stdlib-js/math-base-special-exp.git"
|