FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Sum of arithmetic progression by thiagomonteles · Pull Request #5 · developerinsider/C-Programming-Example · GitHub

Sum of arithmetic progression - #5

Open
thiagomonteles wants to merge 1 commit into
developerinsider:masterfrom
thiagomonteles:patch-5
Open

Sum of arithmetic progression#5
thiagomonteles wants to merge 1 commit into
developerinsider:masterfrom
thiagomonteles:patch-5

Conversation

Copy link
Copy Markdown

The program needs to compute the sum of
values of that sequence. remember that an arithmetic progression with initial value a1 and ratio r is
the sequence formed by: a1, a1 + r, a1 + 2r, ···, a1 + (n - 1) r.

The program needs to compute the sum of
values of that sequence. remember that an arithmetic progression with initial value a1 and ratio r is
the sequence formed by: a1, a1 + r, a1 + 2r, ···, a1 + (n - 1) r.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL