How can I make FunctionDomain
include removable singularities? For instance,
FunctionDomain[Sinc[x], x] == True
But
FunctionDomain[Sin[x]/x, x] == x < 0 || x > 0
I would like the latter to return True
as well.
How can I make FunctionDomain
include removable singularities? For instance,
FunctionDomain[Sinc[x], x] == True
But
FunctionDomain[Sin[x]/x, x] == x < 0 || x > 0
I would like the latter to return True
as well.