Skip to content

Instantly share code, notes, and snippets.

@maoe
Last active March 18, 2021 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maoe/41b91529c3d4cb723fc3e383f5aab2a5 to your computer and use it in GitHub Desktop.
Save maoe/41b91529c3d4cb723fc3e383f5aab2a5 to your computer and use it in GitHub Desktop.
fn main() {
let v: f64 = 1.1276353206339418;
assert_eq!(v.ln(), 0.12012280349368988);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment