Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 10add87

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

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
@@ -127,7 +127,7 @@ module stdlib_intrinsics
127127
!!
128128
!! compute the dot_product of rank 1 arrays.
129129
!! The implementation follows a chunked approach combined with a kahan kernel for optimizing performance and increasing accuracy.
130-
!! Supported data types include `real`and `complex`.
130+
!! Supported data types include `real`, `complex` and `integer`.
131131
!!
132132
#:for rk, rt, rs in RC_KINDS_TYPES
133133
pure module function stdlib_dot_product_kahan_${rs}$(a,b) result(p)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /