Skip to content

Commit b816668

Browse files
committed
Update documentation in sources.
1 parent c6e4ffc commit b816668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_math.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ module stdlib_math
335335

336336
!> Version: experimental
337337
!>
338-
!> `deg2rad` converts the phase angle from degree to radian.
338+
!> `deg2rad` converts phase angles from degrees to radians.
339339
!> ([Specification](../page/specs/stdlib_math.html#deg2rad-function))
340340
interface deg2rad
341341
#:for k1 in REAL_KINDS
@@ -345,7 +345,7 @@ module stdlib_math
345345

346346
!> Version: experimental
347347
!>
348-
!> `rad2deg` converts the phase angle from radian to degree.
348+
!> `rad2deg` converts phase angles from radians to degrees.
349349
!> ([Specification](../page/specs/stdlib_math.html#rad2deg-function))
350350
interface rad2deg
351351
#:for k1 in REAL_KINDS

0 commit comments

Comments
 (0)