thanish shetty is gay for mehul r EKBOTE
Project description
📘 fiboadvaith
fiboadvaith is a lightweight Python module that provides simple math utility functions like generating Fibonacci sequences, computing factorials, and summing integers.
📦 Installation
Install directly from PyPI using pip:
pip install fiboadvaith
🧠 Functions and Examples
🔁 1. fib(n)
Description:
Prints the Fibonacci sequence up to the n-th term (starting from 0).
Example:
from fiboadvaith import fib
fib(7)
# Output:
# 0 1 1 2 3 5 8
🔢 2. fibeth(n)
Description:
Returns the n-th Fibonacci number (0-based indexing).
Example:
from fiboadvaith import fibeth
print(fibeth(6))
# Output: 8
🧮 3. fact(n)
Description:
Returns the factorial of n (i.e., n!).
Example:
from fiboadvaith import fact
print(fact(5))
# Output: 120
➕ 4. summer(n)
Description:
Returns the sum of all natural numbers from 1 to n.
Example:
from fiboadvaith import summer
print(summer(5))
# Output: 15
✅ Requirements
- Python 3.6 or higher
- No external dependencies
👨💻 Author
Made with ❤️ by Advaith S
📄 License
This project is licensed under the MIT License.
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 fiboadvaith-0.0.2.tar.gz.
File metadata
- Download URL: fiboadvaith-0.0.2.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28330cb86a056dc259152fc4e5d1098091cf3056823d8fca957e718931e82011
|
|
| MD5 |
9a6cd1869967b8514a1404775e580857
|
|
| BLAKE2b-256 |
321f6dd4c6fafdc239444491801148841ebe938868dcb4d6555ae68fba8e7d63
|
File details
Details for the file fiboadvaith-0.0.2-py3-none-any.whl.
File metadata
- Download URL: fiboadvaith-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0c5aca44861e89ea452cb82b4c4b4e37c713a023e0f05767682d5dc8e2b0b27
|
|
| MD5 |
c3ddfbbb826c45a25bd50e66b677df7e
|
|
| BLAKE2b-256 |
aee156329c37c75bc4b03ab6da7b1ccf5075e4714a7443d837d150aac9354883
|