Skip to content

Commit 548dfb7

Browse files
committed
update specs
1 parent 2d7f492 commit 548dfb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/specs/stdlib_math.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ Returns the `real` phase angle in radians.
404404

405405
#### Example
406406

407-
```fortran
408-
{!example/math/example_math_deg2rad.f90!}
407+
```{literalinclude} ../../example/math/example_math_deg2rad.f90
408+
:language: Fortran
409409
```
410410

411411
### `rad2deg`
@@ -436,8 +436,8 @@ Returns the `real` phase angle in degrees.
436436

437437
#### Example
438438

439-
```fortran
440-
{!example/math/example_math_rad2deg.f90!}
439+
```{literalinclude} ../../example/math/example_math_rad2deg.f90
440+
:language: Fortran
441441
```
442442

443443
### `is_close` function

0 commit comments

Comments
 (0)