Skip to main content

A python package, that provides functions for calculating distances and finding tangents of functions

Project description

fun_dist

Latest PyPI version Python 3.7

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


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.1b0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

fun_dist-0.0.1b0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page