Skip to main content

a project that implements numeric integration

Project description

nbdev-intgrt

Install

pip install nbdev_intgrt

How to use

Here’s an example of using intgrt

import math

lbound = 0
rbound = 1
intvl = 0.0001
func = math.sqrt
result = intgrt(func,lbound,rbound,intvl)
print(result)
0.6666664591970162

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

nbdev-intgrt-0.0.1.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

nbdev_intgrt-0.0.1-py3-none-any.whl (7.4 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