Arithmetic mathematics library
Project description
Function Descriptions summa_3(a, b, c)
Returns the sum of three numerical values. Useful for simple arithmetic operations that involve exactly three operands.
summa_4(a, b, c, d)
Returns the sum of four numerical values. Provides a straightforward utility for adding four operands.
square(a, b, c)
Calculates the sum of squares of three numbers. This is commonly used in mathematical operations such as vector magnitude or statistical computations.
circle_diameter(radius)
Computes the diameter of a circle from its radius. Diameter is calculated using the formula: diameter = 2 × radius.
circle_area(radius)
Returns the area of a circle based on its radius. Uses the mathematical formula: area = π × radius².
speed_finder(time, distance)
Calculates speed given time and distance. Uses the basic motion formula: speed = distance / time.
time_finder(speed, distance)
Computes the required time to travel a certain distance at a given speed. Formula: time = distance / speed.
distance_finder(speed, distance)
Computes the distance traveled based on speed and time. Formula: distance = speed × time. (Note: Your current implementation returns distance/speed, which appears to be an error. The correct formula should be speed * time.)
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 shox_eds-0.1.2.tar.gz.
File metadata
- Download URL: shox_eds-0.1.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c8fe7a11e3cd4bccb0d031849b7e91e4b53271aa3c9d6f695527331aeeca2f4
|
|
| MD5 |
656349be44b7ac35c8ba6b6e8c1c9504
|
|
| BLAKE2b-256 |
16752754ab89266c9d96d7405c16d6365b2d8a12eac3232540b2fcd2c29f76df
|
File details
Details for the file shox_eds-0.1.2-py3-none-any.whl.
File metadata
- Download URL: shox_eds-0.1.2-py3-none-any.whl
- Upload date:
- Size: 1.6 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 |
02454f16857ac2ec3af69decb2a8aadba1aa1299c25749a842e020123127071e
|
|
| MD5 |
17fdda98183849bff5ace70c02399a76
|
|
| BLAKE2b-256 |
80482a80ac39e54786ee648208710d207ff4330ad6848281d6af41a37cbbeaca
|