forked from TheAlgorithms/C-Plus-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit c56496d
Divyansh-jain2[Divyansh Jain]realstealthninja
authoredchore: use M_PI instead of PI parameter (TheAlgorithms#2747)
* changed PI variable value from 3.14 to M_PI
* changed PI variable to M_PI
* changed the degree_to_radians function
* comments removed
* docs: remove pi param
* fix: typo in function name
* changed degree to degrees
---------
Co-authored-by: [Divyansh Jain] <[jdivyansh51@gmail.com]>
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>1 parent 901f231 commit c56496d
1 file changed
+5
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | + | ||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | - | ||
31 | 31 |
| |
32 | 32 |
| |
33 | - | ||
34 | - | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
|
0 commit comments