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/iter/special/deg2rad/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# iterDeg2rad
22
22
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.
24
24
25
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
26
@@ -42,7 +42,7 @@ var iterDeg2rad = require( '@stdlib/math/iter/special/deg2rad' );
42
42
43
43
#### iterDeg2rad( iterator )
44
44
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.
46
46
47
47
```javascript
48
48
var array2iterator =require( '@stdlib/array/to-iterator' );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/iter/special/rad2deg/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# iterRad2deg
22
22
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.
24
24
25
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
26
@@ -42,7 +42,7 @@ var iterRad2deg = require( '@stdlib/math/iter/special/rad2deg' );
42
42
43
43
#### iterRad2deg( iterator )
44
44
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.
46
46
47
47
```javascript
48
48
var array2iterator =require( '@stdlib/array/to-iterator' );
0 commit comments