We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e4ffc commit b816668Copy full SHA for b816668
src/stdlib_math.fypp
@@ -335,7 +335,7 @@ module stdlib_math
335
336
!> Version: experimental
337
!>
338
- !> `deg2rad` converts the phase angle from degree to radian.
+ !> `deg2rad` converts phase angles from degrees to radians.
339
!> ([Specification](../page/specs/stdlib_math.html#deg2rad-function))
340
interface deg2rad
341
#:for k1 in REAL_KINDS
@@ -345,7 +345,7 @@ module stdlib_math
345
346
347
348
- !> `rad2deg` converts the phase angle from radian to degree.
+ !> `rad2deg` converts phase angles from radians to degrees.
349
!> ([Specification](../page/specs/stdlib_math.html#rad2deg-function))
350
interface rad2deg
351
0 commit comments