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
Function such as f64::exp(), used for example in parameter derivation, are non-deterministic. Their documentation states the following.
/// # Unspecified precision
///
/// The precision of this function is non-deterministic. This means it varies by platform, Rust version, and
/// can even differ within the same execution from one invocation to the next.
Function such as
f64::exp()
, used for example in parameter derivation, are non-deterministic. Their documentation states the following.See also rust-lang/rust#71355.
We should decide if this is ok for our reference implementation.
The text was updated successfully, but these errors were encountered: