Skip to main content

Solveur d'équations de second degré

Project description

Solveur d'équation

Ce module est utile pour résoudre une équation de second degré. Il gère les résultats dans l'ensemble des réels, et des complexes.

Il est également incorporé un mode résumé pour avoir le détail des opérations.

Exemples

Pour résoudre x² + 10x + 9 = 0 :

solve(1, 10, 9)

Pour résoudre x² + 10x - 25 = 0 :

solve(1, 10, -25)

Pour avoir le détail des opérations, un booléen est à passer en tant que dernier paramètre. Si l'on veut voir le détail à chaque étape, on renseigne True. Par défaut, il est considéré comme False.

solve(1, 10, -25, True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solveur-0.1.2.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

solveur-0.1.2-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file solveur-0.1.2.tar.gz.

File metadata

  • Download URL: solveur-0.1.2.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.2

File hashes

Hashes for solveur-0.1.2.tar.gz
Algorithm Hash digest
SHA256 705a899396ded3012d76e8a610b12d3c803c16781a0c3ad95b0d5707468ea683
MD5 27775ed9965820f78ecede505364cb46
BLAKE2b-256 e49d95daaaec45ef6fe5ad3a94239e3d8355cc29bcd7baa6a1bffde1864a2dde

See more details on using hashes here.

File details

Details for the file solveur-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: solveur-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.2

File hashes

Hashes for solveur-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 995dfcd269a29df48b25ddaae3869dcf3ec287dc222c30f8eddab9fcf2abd4a8
MD5 af754e0fbd4151e2fb9500702f015e72
BLAKE2b-256 c1ccf555773096b699f1b0d9e54bd40c589a009c038953e25401203887410537

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page