Skip to content

Commit 62f02a8

Browse files
Update doc/specs/stdlib_stats_distribution_normal.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 11bef2f commit 62f02a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_stats_distribution_normal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ program demo_normal_rvs
6868
6969
! -0.633261681
7070
71-
print *, norm(0.,1.0,10) !an array of 10 standard norml random variates
71+
print *, norm(0.0, 1.0, 10) !an array of 10 standard norml random variates
7272
7373
! -3.38123664E-02 -0.190365672 0.220678389 -0.424612164 -0.249541596
7474
! 0.865260184 1.11086845 -0.328349441 1.10873628 1.27049923

0 commit comments

Comments
 (0)