complex-expr-parser

Contents:

  • Quickstart
    • Installation
    • Basic Usage
      • Parsing Expressions
      • Getting Callable Functions
      • Validating User Input
    • Supported Notations
    • Working with NumPy Arrays
  • API Reference
    • Module Functions
      • parse_complex_function()
      • get_callable()
      • validate_expression()
    • ComplexFunctionParser Class
      • ComplexFunctionParser
        • ComplexFunctionParser.__init__()
        • ComplexFunctionParser.preprocess()
        • ComplexFunctionParser.parse()
        • ComplexFunctionParser.to_callable()
    • Module Constants
      • z
        • complex_expr_parser.z
      • KNOWN_FUNCTIONS
        • complex_expr_parser.KNOWN_FUNCTIONS
  • Examples
    • Basic Function Plotting
    • Domain Coloring
    • Interactive Expression Evaluation
    • Special Functions
    • Combining with SymPy
    • Batch Processing
complex-expr-parser
  • Search


© Copyright 2025, Erik Goughnour.

Built with Sphinx using a theme provided by Read the Docs.