UNKNOWN
Project description
pyBigParser provides classes for parsing long and complex math expresions. You might find it most useful for tasks involving evaluating from single functions to compounds functions. Typical usage often looks like this:
#!/usr/bin/env python
from pybigparser import evaluator
mybig = evaluator.bigFunction()
mybig.setFunction("x**2+2*y")
mybig.addSub("x", "24+6*c")
mybig.addSub("y", "25 / d")
mybig.addSub("c", "1")
mybig.addSub("d", "4")
mybig.evaluate()
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
pyBigParser-0.9.zip
(3.1 kB
view details)
File details
Details for the file pyBigParser-0.9.zip.
File metadata
- Download URL: pyBigParser-0.9.zip
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7032b7efaac3ced793bcc4e073e528cc201040acdea8c9c74dd951d3b580871
|
|
| MD5 |
7cad4697a2193db255a2bada73a07dac
|
|
| BLAKE2b-256 |
e728ad273c463bd6a58c514723c33df5bb523c7b537cc133ba640035bc2afe3a
|