Belongs to domain
Checks if an element belongs to the domain of a function.
Syntax
belongs_to_domain?(Real, Expression, Identifier)
Description
Given a real , the expression of a function and the variable, returns true
if belongs to the domain of the function and false
otherwise.