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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/cotd/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
@@ -177,7 +177,7 @@ int main( void ) {
177
177
178
178
## See Also
179
179
180
-
- <spanclass="package-name">[`@stdlib/math/base/special/cscd`][@stdlib/math/base/special/cscd]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosecant of a degree.</span>
180
+
- <spanclass="package-name">[`@stdlib/math/base/special/cscd`][@stdlib/math/base/special/cscd]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosecant of an angle measured in degrees.</span>
181
181
- <spanclass="package-name">[`@stdlib/math/base/special/secd`][@stdlib/math/base/special/secd]</span><spanclass="delimiter">: </span><spanclass="description">compute the secant of an angle measured in degrees.</span>
182
182
- <spanclass="package-name">[`@stdlib/math/base/special/tand`][@stdlib/math/base/special/tand]</span><spanclass="delimiter">: </span><spanclass="description">compute the tangent of an angle measured in degrees.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/random/base/arcsine/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -409,6 +409,7 @@ for ( i = 0; i < 100; i++ ) {
409
409
- <spanclass="package-name">[`@stdlib/random/array/arcsine`][@stdlib/random/array/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">create an array containing pseudorandom numbers drawn from an arcsine distribution.</span>
410
410
- <spanclass="package-name">[`@stdlib/random/iter/arcsine`][@stdlib/random/iter/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.</span>
411
411
- <spanclass="package-name">[`@stdlib/random/streams/arcsine`][@stdlib/random/streams/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.</span>
412
+
- <spanclass="package-name">[`@stdlib/random/arcsine`][@stdlib/random/arcsine]</span><spanclass="delimiter">: </span><spanclass="description">generate pseudorandom numbers drawn from an arcsine distribution.</span>
0 commit comments