check_if_empty_bracket
Reference
The check_if_empty_bracket
function is used to check if the passed in equation has and empty set of brackets {, (, [, ], ), }
and throws an error if it does.
Parameters
Will accept a list
or str
value.
Returns
Returns a bool
value.