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
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
nbdev-intgrt-1.0.1.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file nbdev-intgrt-1.0.1.tar.gz
.
File metadata
- Download URL: nbdev-intgrt-1.0.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e81ec72d84b3d29525eabd67df21ceea4ae5ae456c03b096312f12c93c1dfc8c |
|
MD5 | 184975c6dd31e50f80285bb3c70ffcd3 |
|
BLAKE2b-256 | 4dd98eebbc788f41ed50c31d60c58653e8922cfa6e0438b8dd94fcc1fc444276 |
File details
Details for the file nbdev_intgrt-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: nbdev_intgrt-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a02f44d2845b610a843586ea9e7bf70ff39175421ea1e113b8c9a6fada847a0e |
|
MD5 | 2fba01446fd93cf812525c37e13f29b8 |
|
BLAKE2b-256 | 30508cc8a1ca3a0fde90343247c44772fe93452e84dc19c12a8fd1c6fa2cceef |