You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying calculating integrals of tiny orders. Between 1e-20 and 1e-60. And setting the relative error bellow epsilon throws error.
I'm using double and it is floating point representation, so I deduct it shouldn't be a problem if I use tiny numbers since it is stored as a chain of significant numbers and exponent.
The text was updated successfully, but these errors were encountered:
I was trying calculating integrals of tiny orders. Between 1e-20 and 1e-60. And setting the relative error bellow epsilon throws error.
I'm using double and it is floating point representation, so I deduct it shouldn't be a problem if I use tiny numbers since it is stored as a chain of significant numbers and exponent.
The text was updated successfully, but these errors were encountered: