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 think it would be nice if the documentation mentioned that some of the functions are not thread safe, even when called with completely unrelated parameters (for example due to setprecision(...), and maybe also due to caching). I don't know whether by default people would assume that the library is thread safe in any way, but given that there's a warning about one specific function here, it might be a natural guess.
The text was updated successfully, but these errors were encountered:
I think it would be nice if the documentation mentioned that some of the functions are not thread safe, even when called with completely unrelated parameters (for example due to
setprecision(...)
, and maybe also due to caching). I don't know whether by default people would assume that the library is thread safe in any way, but given that there's a warning about one specific function here, it might be a natural guess.The text was updated successfully, but these errors were encountered: