intent.solver

Used to solve mathematical equations described as text.

class intent.solver.MathService
parseEquation(input)

Solves the equation specified by the input string.

Args:
input (str): An equation, specified in words, containing some
combination of numbers, binary, and unary operations.
Returns:
The floating-point result of carrying out the computation.

Previous topic

intent.numbers

Next topic

intent.units

This Page