{"categories":[{"label":"Mathematics","url":"https://skillfed.io/packages/category/scientific-engineering-mathematics/3"}],"enrichment":{"capability":"A library of ready-to-use STEM equations implemented as functions, covering algebra, geometry, and statistics to avoid reimplementing common mathematical formulas.","skillfed_tags":["math-utilities","stem-education","no-dependencies"],"use_cases":["Quickly solve quadratic equations or perform algebraic calculations in scripts without additional math libraries.","Calculate trigonometric values using built-in implementations rather than external dependencies.","Run linear regression on datasets in educational or exploratory code.","Prototype STEM coursework or homework solutions where standard formulas need to be applied cleanly.","Build lightweight scientific tools where avoiding heavy dependencies is a priority."],"what_it_does":"simple-equ is a functional library that wraps common STEM equations\u2014quadratic solvers, trigonometric functions, linear regression, and others\u2014into a simple import-and-call interface. Rather than reimplementing basic formulas each time, you import the relevant submodule (algebra, geometry, statistics, economics) and call the function by name. The library targets developers who want to avoid boilerplate math code without adding heavy dependencies.\n\nThe package has no runtime dependencies and supports current Python versions via precompiled wheels. It is structured by field and subfield, so `import simple_equ.math_general.algebra` gives you algebra functions, while `simple_equ.economics.statistics` provides statistical tools. The trade-off is that you are limited to whatever equations the library has already implemented\u2014it is not a general-purpose math engine, but a curated collection.","worth_installing":"Yes, if you need quick access to a curated set of STEM equations and want to avoid dependency bloat. The MIT license is permissive, install friction is moderate, and there are no known vulnerabilities. Suitable for educational use, prototyping, and lightweight scientific scripts. Not recommended if you need a comprehensive math library."},"id":"simple-equ","links":{"html":"https://skillfed.io/packages/simple-equ","md":"https://skillfed.io/packages/simple-equ.md","pypi":"https://pypi.org/project/simple-equ/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-20","license_spdx":null,"license_treatment":"permissive","name":"simple-equ","python_support":"supports_current","summary":"An open source library containing multiple known STEM equations in a functional form."},"popularity":{"monthly_downloads":170586,"position":10390,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.11"}
