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 2d7f492 commit 548dfb7Copy full SHA for 548dfb7
doc/specs/stdlib_math.md
@@ -404,8 +404,8 @@ Returns the `real` phase angle in radians.
404
405
#### Example
406
407
-```fortran
408
-{!example/math/example_math_deg2rad.f90!}
+```{literalinclude} ../../example/math/example_math_deg2rad.f90
+:language: Fortran
409
```
410
411
### `rad2deg`
@@ -436,8 +436,8 @@ Returns the `real` phase angle in degrees.
436
437
438
439
440
-{!example/math/example_math_rad2deg.f90!}
+```{literalinclude} ../../example/math/example_math_rad2deg.f90
441
442
443
### `is_close` function
0 commit comments