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


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

Uploaded Source

File details

Details for the file pyBigParser-0.7.zip.

File metadata

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

File hashes

Hashes for pyBigParser-0.7.zip
Algorithm Hash digest
SHA256 c840ed5e1c794d6de649d29880420903ddff71e46331d2b0215e043d1382b652
MD5 58e7ead7e963375dac2f51ceb1447dc5
BLAKE2b-256 f99fa12348e8f27e5fcde5f9a38fe439f09fd10a0b21275ca9de1ef046c57a59

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