Tagged Questions
0
votes
1answer
142 views
Adding precision for the calculation of a function
I have some function $f(x)$ I wish to evaluate, which is yielding divide-by-zero errors for sufficiently large inputs. How do I increase the precision with which this function is evaluated in order ...
2
votes
0answers
188 views
Set Global Maximum Precision
I'm sure this has been asked before, but I've looked around and can't figure it out:
How do I set a global maximum precision for a notebook (or in general, globally)?
I have a large notebook in ...
9
votes
3answers
244 views
Mathematica Plot: Inconsistency when plotting large values
I am working with a function in Mathematica and I am getting some inconsistencies when I plot it. As I really need to understand were this comes from I would appreciate any help.
I am working with a ...
15
votes
1answer
337 views
Quadruple-precision (128 bit) arithmetic
Is it possible to force Mathematica to perform computations with hardware supported quadruple-precision? The following test suggest, that all of the computations with fixed precision, different than ...
7
votes
2answers
197 views
Dealing with numbers too large for machine precision in Graphics
Graphics only supports machine precision numbers (i.e. number that can be converted to machine precision). Take for example
...
19
votes
2answers
469 views
Meaning of backtick in floating-point literal
If I compute, say, 1/3//N, Mathematica displays
0.333333
as the result.
When I copy that output to use elsewhere,
the paste ...