Skip to main content

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 = 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


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.6.zip (3.0 kB view details)

Uploaded Source

File details

Details for the file pyBigParser-0.6.zip.

File metadata

  • Download URL: pyBigParser-0.6.zip
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyBigParser-0.6.zip
Algorithm Hash digest
SHA256 839e137cbdc364bd6b6b6255378b049a49439543070ed27b3caf27f3a3a2b838
MD5 af199f1c583126e253f6ea07b568df17
BLAKE2b-256 dc399e7a3a320e993167d11f2d691a3d7452fe8f101d05a49c880a3bc86cd930

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page