---------------------------------------------------------------------- This is the API documentation for the gdtest_jupyter_kernel library. ---------------------------------------------------------------------- ## Functions Public functions compute(x: float, y: float) -> float Compute the sum of two numbers. Parameters ---------- x The first number. y The second number. Returns ------- float The sum of x and y. evaluate(expr: str) -> float Evaluate a mathematical expression string. Parameters ---------- expr The expression to evaluate. Returns ------- float The result of the evaluation.