-
Hi, just wanted to ask whether it is expected and desired behavior to have
for epsilon(1e-20)? With epsilon(1e-22) I get
I'm guessing this is expected with a different precision? |
Beta Was this translation helpful? Give feedback.
Answered by
lcn2
Mar 6, 2022
Replies: 1 comment
-
Hello @sangisos, Yes, with a different precision (i.e., The following changes in output are expected (note we are using the 3rd eps argument to change rounding for a single builtin call, see
We hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lcn2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @sangisos,
Yes, with a different precision (i.e.,
epsilon
), one may very likely see different output when calc prints values.The following changes in output are expected (note we are using the 3rd eps argument to change rounding for a single builtin call, see
help polar
for details):