Skip to content

Exercise 1 Fortran.#14

Open
github-actions[bot] wants to merge 2 commits intomainfrom
Fortran-1
Open

Exercise 1 Fortran.#14
github-actions[bot] wants to merge 2 commits intomainfrom
Fortran-1

Conversation

@github-actions
Copy link

Description

There is a bug in the calc_pi.f90.
The calculation on line 17 should be

(x2 + y2 <= 1.0)

instead of

(x2 + x2 <= 1.0)

Fixes issue

Fixes #12 Fortran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fortran: Exercise 1

1 participant