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 db97da9 commit 1b9019cCopy full SHA for 1b9019c
src/stdlib_intrinsics.fypp
@@ -5,7 +5,7 @@
5
#:set RANKS = range(2, MAXRANK + 1)
6
7
module stdlib_intrinsics
8
- !!Replacement of some Fortran intrinsic functions offering either faster and/or more accurate implementations.
+ !!Alternative implementations of some Fortran intrinsic functions offering either faster and/or more accurate evaluation.
9
!! ([Specification](../page/specs/stdlib_intrinsics.html))
10
use stdlib_kinds
11
implicit none
0 commit comments