You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <spanclass="package-name">[`@stdlib/math/iter/utils/continued-fraction`][@stdlib/math/iter/utils/continued-fraction]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the terms of a continued fraction.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/acos/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ while ( true ) {
137
137
138
138
## See Also
139
139
140
-
- <spanclass="package-name">[`@stdlib/math/base/special/acos`][@stdlib/math/base/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a number.</span>
140
+
- <spanclass="package-name">[`@stdlib/math/base/special/acos`][@stdlib/math/base/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosine of a double-precision floating-point number.</span>
141
141
- <spanclass="package-name">[`@stdlib/math/iter/special/acosh`][@stdlib/math/iter/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arccosine of each iterated value.</span>
142
142
- <spanclass="package-name">[`@stdlib/math/iter/special/asin`][@stdlib/math/iter/special/asin]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arcsine of each iterated value.</span>
143
143
- <spanclass="package-name">[`@stdlib/math/iter/special/atan`][@stdlib/math/iter/special/atan]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arctangent of each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/acosh/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ while ( true ) {
134
134
135
135
## See Also
136
136
137
-
- <spanclass="package-name">[`@stdlib/math/base/special/acosh`][@stdlib/math/base/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arccosine of a number.</span>
137
+
- <spanclass="package-name">[`@stdlib/math/base/special/acosh`][@stdlib/math/base/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arccosine of a double-precision floating-point number.</span>
138
138
- <spanclass="package-name">[`@stdlib/math/iter/special/acos`][@stdlib/math/iter/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arccosine of each iterated value.</span>
139
139
- <spanclass="package-name">[`@stdlib/math/iter/special/asinh`][@stdlib/math/iter/special/asinh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arcsine of each iterated value.</span>
140
140
- <spanclass="package-name">[`@stdlib/math/iter/special/atanh`][@stdlib/math/iter/special/atanh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arctangent of each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/asin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ while ( true ) {
134
134
135
135
## See Also
136
136
137
-
- <spanclass="package-name">[`@stdlib/math/base/special/asin`][@stdlib/math/base/special/asin]</span><spanclass="delimiter">: </span><spanclass="description">compute the arcsine of a number.</span>
137
+
- <spanclass="package-name">[`@stdlib/math/base/special/asin`][@stdlib/math/base/special/asin]</span><spanclass="delimiter">: </span><spanclass="description">compute the arcsine of a double-precision floating-point number.</span>
138
138
- <spanclass="package-name">[`@stdlib/math/iter/special/acos`][@stdlib/math/iter/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arccosine of each iterated value.</span>
139
139
- <spanclass="package-name">[`@stdlib/math/iter/special/asinh`][@stdlib/math/iter/special/asinh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arcsine of each iterated value.</span>
140
140
- <spanclass="package-name">[`@stdlib/math/iter/special/atan`][@stdlib/math/iter/special/atan]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arctangent of each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/asinh/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ while ( true ) {
136
136
137
137
## See Also
138
138
139
-
- <spanclass="package-name">[`@stdlib/math/base/special/asinh`][@stdlib/math/base/special/asinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arcsine of a number.</span>
139
+
- <spanclass="package-name">[`@stdlib/math/base/special/asinh`][@stdlib/math/base/special/asinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arcsine of a double-precision floating-point number.</span>
140
140
- <spanclass="package-name">[`@stdlib/math/iter/special/acosh`][@stdlib/math/iter/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arccosine of each iterated value.</span>
141
141
- <spanclass="package-name">[`@stdlib/math/iter/special/asin`][@stdlib/math/iter/special/asin]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arcsine of each iterated value.</span>
142
142
- <spanclass="package-name">[`@stdlib/math/iter/special/atanh`][@stdlib/math/iter/special/atanh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arctangent of each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/atan/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ while ( true ) {
137
137
138
138
## See Also
139
139
140
-
- <spanclass="package-name">[`@stdlib/math/base/special/atan`][@stdlib/math/base/special/atan]</span><spanclass="delimiter">: </span><spanclass="description">compute the arctangent of a number.</span>
140
+
- <spanclass="package-name">[`@stdlib/math/base/special/atan`][@stdlib/math/base/special/atan]</span><spanclass="delimiter">: </span><spanclass="description">compute the arctangent of a double-precision floating-point number.</span>
141
141
- <spanclass="package-name">[`@stdlib/math/iter/special/acos`][@stdlib/math/iter/special/acos]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arccosine of each iterated value.</span>
142
142
- <spanclass="package-name">[`@stdlib/math/iter/special/asin`][@stdlib/math/iter/special/asin]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arcsine of each iterated value.</span>
143
143
- <spanclass="package-name">[`@stdlib/math/iter/special/atanh`][@stdlib/math/iter/special/atanh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arctangent of each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/atanh/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ while ( true ) {
137
137
138
138
## See Also
139
139
140
-
- <spanclass="package-name">[`@stdlib/math/base/special/atanh`][@stdlib/math/base/special/atanh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arctangent of a number.</span>
140
+
- <spanclass="package-name">[`@stdlib/math/base/special/atanh`][@stdlib/math/base/special/atanh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arctangent of a double-precision floating-point number.</span>
141
141
- <spanclass="package-name">[`@stdlib/math/iter/special/acosh`][@stdlib/math/iter/special/acosh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arccosine of each iterated value.</span>
142
142
- <spanclass="package-name">[`@stdlib/math/iter/special/asinh`][@stdlib/math/iter/special/asinh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic arcsine of each iterated value.</span>
143
143
- <spanclass="package-name">[`@stdlib/math/iter/special/atan`][@stdlib/math/iter/special/atan]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the arctangent of each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/cosh/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ while ( true ) {
133
133
134
134
## See Also
135
135
136
-
- <spanclass="package-name">[`@stdlib/math/base/special/cosh`][@stdlib/math/base/special/cosh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic cosine of a number.</span>
136
+
- <spanclass="package-name">[`@stdlib/math/base/special/cosh`][@stdlib/math/base/special/cosh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic cosine of a double-precision floating-point number.</span>
137
137
- <spanclass="package-name">[`@stdlib/math/iter/special/cos`][@stdlib/math/iter/special/cos]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the cosine of each iterated value.</span>
138
138
- <spanclass="package-name">[`@stdlib/math/iter/special/sinh`][@stdlib/math/iter/special/sinh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the hyperbolic sine for each iterated value.</span>
139
139
- <spanclass="package-name">[`@stdlib/math/iter/special/tanh`][@stdlib/math/iter/special/tanh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the hyperbolic tangent for each iterated value.</span>
- <spanclass="package-name">[`@stdlib/math/base/special/ln`][@stdlib/math/base/special/ln]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the natural logarithm of a double-precision floating-point number.</span>
137
137
- <spanclass="package-name">[`@stdlib/math/iter/special/exp`][@stdlib/math/iter/special/exp]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural exponential function for each iterated value.</span>
138
138
- <spanclass="package-name">[`@stdlib/math/iter/special/log10`][@stdlib/math/iter/special/log10]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.</span>
139
139
- <spanclass="package-name">[`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the natural logarithm of 1+x for each iterated value.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/sinh/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ while ( true ) {
133
133
134
134
## See Also
135
135
136
-
- <spanclass="package-name">[`@stdlib/math/base/special/sinh`][@stdlib/math/base/special/sinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic sine of a number.</span>
136
+
- <spanclass="package-name">[`@stdlib/math/base/special/sinh`][@stdlib/math/base/special/sinh]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic sine of a double-precision floating-point number.</span>
137
137
- <spanclass="package-name">[`@stdlib/math/iter/special/cosh`][@stdlib/math/iter/special/cosh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which computes the hyperbolic cosine for each iterated value.</span>
138
138
- <spanclass="package-name">[`@stdlib/math/iter/special/tanh`][@stdlib/math/iter/special/tanh]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator which evaluates the hyperbolic tangent for each iterated value.</span>
0 commit comments