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 *

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

Uploaded Source

File details

Details for the file pyBigParser-0.1.zip.

File metadata

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

File hashes

Hashes for pyBigParser-0.1.zip
Algorithm Hash digest
SHA256 0b9ef47b8ed4a04500b8d29b1b862f092b5c594ee15d839cf80e277e63c9e95e
MD5 597319ae600e62777ee294c06a8b1233
BLAKE2b-256 9c7deef38297785b005bf9d2a20d4faab8330684e3738f6575a9c741dd7d0e2a

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