Tagged Questions
4
votes
2answers
293 views
Any ideas on how GeneralMiniMaxApproximation is implemented?
GeneralMiniMaxApproximation is used to construct minimax approximations of parametrically defined functions. I am curious about how ...
3
votes
1answer
106 views
Identifying `Indeterminate` elements [closed]
I want to identify if a variable, which is the result of a calculation, is Indeterminate. I was trying to do this using If[]. ...