Skip to content

Commit 1b9019c

Browse files
jalveszperazz
andauthored
Update src/stdlib_intrinsics.fypp
Co-authored-by: Federico Perini <federico.perini@gmail.com>
1 parent db97da9 commit 1b9019c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_intrinsics.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#:set RANKS = range(2, MAXRANK + 1)
66

77
module stdlib_intrinsics
8-
!!Replacement of some Fortran intrinsic functions offering either faster and/or more accurate implementations.
8+
!!Alternative implementations of some Fortran intrinsic functions offering either faster and/or more accurate evaluation.
99
!! ([Specification](../page/specs/stdlib_intrinsics.html))
1010
use stdlib_kinds
1111
implicit none

0 commit comments

Comments
 (0)