A python package, that provides functions for calculating distances and finding tangents of functions
Project description
fun_dist
A python package, that provides functions for calculating distances between points, functions, circles and ellipses and finding tangents of functions
Dependencies
Example
from fun_dist import func2func
def a(x):
return -2 * x + 2
def b(x):
return (x - 4) ** 2
print(func2func(a, b)) # 2.2360679793027156
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
fun_dist-0.0.2b0.tar.gz
(3.9 kB
view details)
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 fun_dist-0.0.2b0.tar.gz.
File metadata
- Download URL: fun_dist-0.0.2b0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c8a66ae76a4fbf95c260a5bd562a4e80f991679d83cb64c7b1a7912d6234596
|
|
| MD5 |
535a0f828773affcde645a5cdfad6af4
|
|
| BLAKE2b-256 |
92952192dc3c67f762d5f4f8e7ca085e260313078b5845e04baf3ddd2a48b84c
|
File details
Details for the file fun_dist-0.0.2b0-py3-none-any.whl.
File metadata
- Download URL: fun_dist-0.0.2b0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bec09fb3ffeff5ffe23455a8b9b5077fbb87cb0c59aadd547c517fb91471f83c
|
|
| MD5 |
1e92a11de868295ae06c149e2cf3c70f
|
|
| BLAKE2b-256 |
51184d418a525ab2e6216fec572dba4114cc92f78d4c2923773a830e16b3de9e
|