Pedal Curves Lab Version 4
Project description
A Python Library of pedal curves.
How to use
We recommend you to import pclab4:
>>> import pclab4 >>> pclab4.deriv(lambda x: x**3, 2) 12.000099999999847
Use the built-in help function to view a function’s docstring:
>>> help(pclab4.deriv) ... # doctest: +SKIP
Viewing documentation using IPython
To see which functions are available in pclab4, type pclab4.<TAB> (where <TAB> refers to the TAB key), or use pclab4.*deriv*?<ENTER> (where <ENTER> refers to the ENTER key) to narrow down the list. To view the docstring for a function, use pclab4.deriv?<ENTER> (to view the docstring) and pclab4.deriv??<ENTER> (to view the source code).
We recommend exploring the docstrings using IPython, an advanced Python shell with TAB-completion and introspection capabilities. See above for further instructions.
Click pclab4 Homepage to explore.
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
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 pclab4-4.0.2.tar.gz.
File metadata
- Download URL: pclab4-4.0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ebb629ecc3fccde2eedcb6af3efb307d5d4124df98045cb1a33788bad068cf1
|
|
| MD5 |
567cba1e86e0fe2fd909989a3406fdbb
|
|
| BLAKE2b-256 |
a1be8ac3a31a355ab8a0c92603d917ec1cca3a018cf08d037da5527c2fca7f09
|
File details
Details for the file pclab4-4.0.2-py3-none-any.whl.
File metadata
- Download URL: pclab4-4.0.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0ef3fd108d16ba04e3e53239880f282881d56e1b1873352ff5f25116c5fa2a2
|
|
| MD5 |
558d80a96ad55a7a4f512527400deb0c
|
|
| BLAKE2b-256 |
e64bd01a2bfb5420f199bd9f1a7f53eeca84cf10b9827c190a66b91ad425cd96
|