parse_math
parse_math(expression)
A function I got off stackoverflow that enables python to parse user input as a mathematical expression. probably a huge security risk. but it enables the user to enter missing characterization values during runtime.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
expression |
|
required |
Returns:
Type | Description |
---|---|
|