Skip to main content

Simple Integrator for INF4331 assignment4 in UiO

Project description

This package implements simple integration function with following signature:

def integrate(f, a, b, N, method = “endpoint”, implementation = “python”) where f –> function to integrate (python function) a –> lower limit (float) b –> upper limit (float) N –> number of intermediate points (integer) method –> “endpoint” or “midpoint” (string) implementation –> “python” or “numpy” or “numba” or “cython” (string)

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

integrator_mandubab-0.5.tar.gz (2.6 kB view hashes)

Uploaded Source

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