Skip to content

Commit

Permalink
space between "#" and Header text
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiben7 committed May 19, 2022
1 parent c2cd335 commit 9db84c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This application uses integral calculus to estimate the digits of π as described in [this document](PI-Calculator-java/Taylor_Series__Pi_approximation.pdf).

##Usage
## Usage

###Java
### Java

You can launch the program without any command-line arguments and it will not show intermediate steps, and iterate the sum 1 000 times.

####Precision
#### Precision

You can use `-i` followed by the number of iteration you would like the sum to be executed. For instance:

Expand All @@ -18,15 +18,15 @@ java PiCalculator.java -i 25

...will iterate through the loop 25 times.

####Show intermediate steps
#### Show intermediate steps

By default, the program will not show the intermediate values of π. You can use `-s` to show them

```shell
java PiCalculator.java -s
```

###Python
### Python

Simply execute `calculateur_pi.py` using Python 3 on the terminal.

Expand Down

0 comments on commit 9db84c8

Please sign in to comment.