Skip to content
Abiye Enzo edited this page Jan 1, 2025 · 3 revisions

Welcome to the math_module Wiki!

Welcome to the official wiki for the math_module project! This space is dedicated to providing all the necessary information about the development, features, and roadmap of the module. Overview

math_module is a Python package designed to offer basic and advanced mathematical operations, constants, and utilities. The module includes functions for common mathematical computations, such as:

Trigonometric operations (sine, cosine, tangent, etc.)
Mathematical constants like Pi, Euler's number (e), and Tau
Special functions like combinations, permutations, etc.

Project Roadmap v1.0.0 - Initial Release

Release Date: January 2025
Core mathematical functions implemented (sin, cos, tan, etc.)
Basic constants like Pi, Euler's number, and Tau
Permutations and combinations functions added

v1.1.0 - Feature Update

Planned: Add advanced trigonometric functions and integrate statistical functions (mean, median, mode).
Expected Release: August 2025

Current Status

Stability: Stable (First Public Release)
License: MIT License
Documentation: Available in this wiki and the README.md file in the repository.

Contributing

We welcome contributions! If you have ideas, bug fixes, or improvements, please follow these guidelines:

Fork the repository
Create a new branch for your changes
Submit a pull request with a detailed description of your changes

Please refer to the CONTRIBUTING.md for more information on how to get involved. Getting Started

To get started with the math_module, you can install it via PyPI once it's published, or build the package from source. Here's how you can install the module: Installation (via PyPI)

pip install math_module

Installation (from Source)

git clone https://github.com/abiyeenzo/math_module.git
cd math_module
python setup.py install

Documentation

The full documentation of the math_module can be found in the docs/ folder.
We also have detailed explanations for each mathematical function and utility provided by the module.

License

The math_module is licensed under the MIT License. See the LICENSE file for more details.

Clone this wiki locally