rename executable computor

This commit is contained in:
hugogogo
2026-05-13 22:25:18 +02:00
parent a91ad5461f
commit b0e6483a68
5 changed files with 70 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# 42_EXT_05_computorv1
## todo
- change "compputorv1" to "computor"
- doing gcd for int values, and not for double values
- double is nearly_equal_0
## ressources
@@ -69,7 +75,6 @@ this project uses submodules (maybe recursively), so either :
- delta_sqrt; // √|Δ|
- first_term; // double (-b / 2a)
- second_term; // double (√|Δ| / 2a)
- double solution1; // first_term + second_term || -b / 2a + √|Δ| * i / 2a
- double solution2; // first_term - second_term || -b / 2a - √|Δ| * i / 2a
6. print solution