Skip to content

Commit 34bf00b

Browse files
authored
docs: add links
PR-URL: #12844 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent be7155a commit 34bf00b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/node_modules/@stdlib/math/iter/special/deg2rad/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# iterDeg2rad
2222

23-
> Create an [iterator][mdn-iterator-protocol] which converts an angle from degrees to radians for each iterated value.
23+
> Create an [iterator][mdn-iterator-protocol] which [converts][@stdlib/math/base/special/deg2rad] an angle from degrees to radians for each iterated value.
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

@@ -42,7 +42,7 @@ var iterDeg2rad = require( '@stdlib/math/iter/special/deg2rad' );
4242

4343
#### iterDeg2rad( iterator )
4444

45-
Returns an [iterator][mdn-iterator-protocol] which iteratively converts an angle from degrees to radians.
45+
Returns an [iterator][mdn-iterator-protocol] which iteratively [converts][@stdlib/math/base/special/deg2rad] an angle from degrees to radians.
4646

4747
```javascript
4848
var array2iterator = require( '@stdlib/array/to-iterator' );

lib/node_modules/@stdlib/math/iter/special/rad2deg/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# iterRad2deg
2222

23-
> Create an [iterator][mdn-iterator-protocol] which converts an angle from radians to degrees for each iterated value.
23+
> Create an [iterator][mdn-iterator-protocol] which [converts][@stdlib/math/base/special/rad2deg] an angle from radians to degrees for each iterated value.
2424
2525
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
2626

@@ -42,7 +42,7 @@ var iterRad2deg = require( '@stdlib/math/iter/special/rad2deg' );
4242

4343
#### iterRad2deg( iterator )
4444

45-
Returns an [iterator][mdn-iterator-protocol] which iteratively converts an angle from radians to degrees.
45+
Returns an [iterator][mdn-iterator-protocol] which iteratively [converts][@stdlib/math/base/special/rad2deg] an angle from radians to degrees.
4646

4747
```javascript
4848
var array2iterator = require( '@stdlib/array/to-iterator' );

0 commit comments

Comments
 (0)