{"categories":[{"label":"Mathematics","url":"https://skillfed.io/packages/category/scientific-engineering-mathematics/2"}],"enrichment":{"capability":"Solves for unknown sides and angles of a triangle given partial information, using the law of sines and law of cosines.","skillfed_tags":["trigonometry","geometry","education"],"use_cases":["Educational geometry or trigonometry exercises where students need to verify triangle solutions.","Scientific simulations or engineering calculations requiring rapid triangle geometry resolution.","Navigation or surveying applications where partial triangle measurements must be completed.","Physics or mechanics problems involving triangular force diagrams or structural analysis."],"what_it_does":"Trianglesolver is a lightweight utility that applies trigonometric laws to compute missing sides and angles in a triangle when you provide at least three known values. It exports a single main function, solve(), that takes any combination of side lengths (a, b, c) and angles (A, B, C) as keyword arguments and returns all six values. The package follows standard geometric convention: lowercase letters denote sides, uppercase denote angles, and corresponding letters are opposite each other.\n\nThe package has no runtime dependencies and installs as a pure Python wheel, making it trivial to add to any project. All angles are in radians by default, but a degree constant is provided for easy conversion. It is intended for educational use and scientific applications where quick triangle calculations are needed.","worth_installing":"Yes, if you need a simple, dependency-free triangle solver for educational or one-off scientific use. The low install friction and permissive license make it easy to add. However, the package is abandoned and receives no maintenance; do not rely on it for production systems or expect updates."},"id":"trianglesolver","links":{"html":"https://skillfed.io/packages/trianglesolver","md":"https://skillfed.io/packages/trianglesolver.md","pypi":"https://pypi.org/project/trianglesolver/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-04-10","license_spdx":null,"license_treatment":"permissive","name":"trianglesolver","python_support":"unspecified","summary":"Find all the sides and angles of a triangle, if you know some of the sides and/or angles. (Uses the Law of Sines and Law of Cosines.)"},"popularity":{"monthly_downloads":414548,"position":6831,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2"}
