A Python library for simplifying complex mathematical formulas with simple keyword calls.
Project description
🍧 Rasberrysoup
Rasberrysoup is a professional Python library designed to simplify complex mathematical operations into intuitive keyword-based function calls. Originally a C++ library, it has been reimagined and ported to Python to provide high-performance implementations for common engineering and scientific tasks.
✨ Key Features
- Quadratic Solver (
quad): Solve $ax^2 + bx + c = 0$ with complex root support. - Golden Ratio (
gold): High-precision constant for aesthetic and mathematical design. - Fourier Transform (
fourier): Simplified discrete transform for signal analysis. - Euclidean Distance (
dist): Multi-dimensional distance calculations. - Compound Interest (
interest): Fast financial growth modeling.
🚀 Installation
You can install Rasberrysoup directly from the source:
pip install .
🔧 Usage
from rasberrysoup import quad, gold, dist
# 1. Golden Ratio
print(f"Golden Ratio: {gold()}")
# 2. Quadratic Solver (x^2 - 5x + 6 = 0)
roots = quad(1, -5, 6)
print(f"Roots: {roots}")
# 3. Distance Calculation
d = dist([0, 0], [3, 4])
print(f"Distance: {d}")
Author: Rheehose (Rhee Creative) Copyright: © 2008-2026 License: MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rasberrysoup-1.0.0.tar.gz.
File metadata
- Download URL: rasberrysoup-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31be86e918b24015569b98d5a3d1c355ef5ab83e2c688b8a168072ebbeda02d2
|
|
| MD5 |
f53a0c4ef68197a21218782526a0b7ad
|
|
| BLAKE2b-256 |
e15238aa86cee4cdf13a416628c09767ec3417b2f118f909650ea01898ecbffc
|
File details
Details for the file rasberrysoup-1.0.0-py3-none-any.whl.
File metadata
- Download URL: rasberrysoup-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
654fdcb9b270610d55a596b1ced0933668265825c68f489a3e779aeb8d60ac70
|
|
| MD5 |
f2082de58b29d4162bfecf08dbbc750f
|
|
| BLAKE2b-256 |
90780e1017f2c775cf221547b58675f3ca966c116f3b1d3ec7e124010122bd64
|