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.
Release files for pclab4 4.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pclab4-4.0.2.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pclab4-4.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.7 kB
Release files / pclab4-4.0.2.tar.gz
| Download URL | pclab4-4.0.2.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ebb629ecc3fccde2eedcb6af3efb307d5d4124df98045cb1a33788bad068cf1
|
|
BLAKE2b-256 checksum How to use checksums |
a1be8ac3a31a355ab8a0c92603d917ec1cca3a018cf08d037da5527c2fca7f09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.23
|
Release files / pclab4-4.0.2-py3-none-any.whl
| Download URL | pclab4-4.0.2-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b0ef3fd108d16ba04e3e53239880f282881d56e1b1873352ff5f25116c5fa2a2
|
|
BLAKE2b-256 checksum How to use checksums |
e64bd01a2bfb5420f199bd9f1a7f53eeca84cf10b9827c190a66b91ad425cd96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.23
|