booth.call_method booth.call_method(x: array, y: array) → array[source] Evaluate the Booth function. Parameters: x (np.ndarray) – First coordinate. y (np.ndarray) – Second coordinate. Returns: Function value. Return type: np.ndarray